summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-01-24 12:58:27 +0100
committerMattes D <github@xoft.cz>2015-01-29 07:40:01 +0100
commit076c87f797df654dd30e6c57509ba68ae2ca3db3 (patch)
tree9781e4cd932322ab7b6b1211490d0822c71bea55
parentUpdated PolarSSL. (diff)
downloadcuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.tar
cuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.tar.gz
cuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.tar.bz2
cuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.tar.lz
cuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.tar.xz
cuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.tar.zst
cuberite-076c87f797df654dd30e6c57509ba68ae2ca3db3.zip
-rw-r--r--src/OSSupport/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/CMakeLists.txt b/src/OSSupport/CMakeLists.txt
index 9424b63da..c8e96cbec 100644
--- a/src/OSSupport/CMakeLists.txt
+++ b/src/OSSupport/CMakeLists.txt
@@ -52,6 +52,6 @@ if(NOT MSVC)
target_link_libraries(OSSupport rt)
endif()
- target_link_libraries(OSSupport pthread)
+ target_link_libraries(OSSupport pthread event_core event_extra)
endif()
endif()