1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

Fix definition conflict

This commit is contained in:
Koncord 2015-07-19 23:37:20 +09:00
parent 9b3d5c958f
commit 7924ecef3e

View file

@ -201,7 +201,10 @@ if (GIT_CHECKOUT)
endif (GIT_CHECKOUT) endif (GIT_CHECKOUT)
if (WIN32) if (WIN32)
target_link_libraries(components shlwapi) target_link_libraries(components shlwapi)
if(MINGW)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNOGDI")
endif(MINGW)
endif() endif()
# Fix for not visible pthreads functions for linker with glibc 2.15 # Fix for not visible pthreads functions for linker with glibc 2.15