mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 17:15:32 +00:00
Fix Linux build
This commit is contained in:
parent
33470cb5a2
commit
96d19e07ca
2 changed files with 4 additions and 3 deletions
|
@ -218,8 +218,7 @@ target_link_libraries(components
|
|||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Boost_IOSTREAMS_LIBRARY}
|
||||
${Boost_ZLIB_LIBRARY}
|
||||
${Boost_IOSTREAMS_LIBRARY}
|
||||
${OSG_LIBRARIES}
|
||||
${OPENTHREADS_LIBRARIES}
|
||||
${OSGPARTICLE_LIBRARIES}
|
||||
|
@ -241,7 +240,8 @@ target_link_libraries(components
|
|||
|
||||
if (WIN32)
|
||||
target_link_libraries(components
|
||||
${Boost_LOCALE_LIBRARY})
|
||||
${Boost_LOCALE_LIBRARY}
|
||||
${Boost_ZLIB_LIBRARY})
|
||||
endif()
|
||||
|
||||
if (USE_QT)
|
||||
|
|
1
extern/bsaopthash/hash.cpp
vendored
1
extern/bsaopthash/hash.cpp
vendored
|
@ -31,6 +31,7 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include "hash.hpp"
|
||||
|
||||
|
|
Loading…
Reference in a new issue