desktop/wesnoth/wesnoth-boost.patch

13 lines
330 B
Diff
Raw Normal View History

2014-11-26 20:27:39 +08:00
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 43a20d7..61f36e0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -79,6 +79,7 @@ else(MSVC)
${Boost_IOSTREAMS_LIBRARY}
${Boost_REGEX_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
+ ${Boost_SYSTEM_LIBRARIES}
${LIBINTL_LIBRARIES}
)
endif(MSVC)