mirror of
https://github.com/minetest/minetestmapper.git
synced 2024-11-21 23:13:53 +01:00
Fix compiling with clang
This commit is contained in:
parent
abf6b5f7cd
commit
10970290c2
@ -94,4 +94,5 @@ target_link_libraries(
|
|||||||
${LEVELDB_LIBRARY}
|
${LEVELDB_LIBRARY}
|
||||||
${LIBGD_LIBRARY}
|
${LIBGD_LIBRARY}
|
||||||
${ZLIB_LIBRARY}
|
${ZLIB_LIBRARY}
|
||||||
|
stdc++ # clang seems to need this
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user