1
0
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:
darkf 2017-09-15 05:23:29 -05:00 committed by Daniel Evans
parent 8fd6d2f125
commit 1bca493dfa

View File

@ -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}")