mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-25 11:52:40 +01:00
Remove last mman reference
This commit is contained in:
parent
8fd6d2f125
commit
1bca493dfa
@ -60,8 +60,7 @@ target_link_libraries(rwgame
|
||||
${SDL2_LIBRARY}
|
||||
)
|
||||
if(MINGW)
|
||||
target_link_libraries(rwgame
|
||||
mman)
|
||||
target_link_libraries(rwgame)
|
||||
endif()
|
||||
|
||||
install(TARGETS rwgame RUNTIME DESTINATION "${BIN_DIR}")
|
||||
|
Loading…
Reference in New Issue
Block a user