mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 04:43:06 +00:00
Fix definition conflict
This commit is contained in:
parent
1d722fcdbc
commit
386f545c67
1 changed files with 4 additions and 1 deletions
|
|
@ -194,7 +194,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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue