mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Fix Linux build
This commit is contained in:
parent
33470cb5a2
commit
96d19e07ca
@ -219,7 +219,6 @@ target_link_libraries(components
|
|||||||
${Boost_THREAD_LIBRARY}
|
${Boost_THREAD_LIBRARY}
|
||||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||||
${Boost_IOSTREAMS_LIBRARY}
|
${Boost_IOSTREAMS_LIBRARY}
|
||||||
${Boost_ZLIB_LIBRARY}
|
|
||||||
${OSG_LIBRARIES}
|
${OSG_LIBRARIES}
|
||||||
${OPENTHREADS_LIBRARIES}
|
${OPENTHREADS_LIBRARIES}
|
||||||
${OSGPARTICLE_LIBRARIES}
|
${OSGPARTICLE_LIBRARIES}
|
||||||
@ -241,7 +240,8 @@ target_link_libraries(components
|
|||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_link_libraries(components
|
target_link_libraries(components
|
||||||
${Boost_LOCALE_LIBRARY})
|
${Boost_LOCALE_LIBRARY}
|
||||||
|
${Boost_ZLIB_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (USE_QT)
|
if (USE_QT)
|
||||||
|
1
extern/bsaopthash/hash.cpp
vendored
1
extern/bsaopthash/hash.cpp
vendored
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "hash.hpp"
|
#include "hash.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user