summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2021-11-18 03:55:44 +0000
committerVittorio Romeo <vittorio.romeo@outlook.com>2021-11-18 03:55:44 +0000
commit2900ee7ed04e697260437b4bdfae426b156b33cd (patch)
tree9c2e82dded0c1c6acfc77ee5f18f33469f0d400a
parent11a61da383b52c01e0b61b33bcd44366911c257c (diff)
More Android work
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 14de39ef..ebe926df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -475,7 +475,7 @@ if(SSVOH_BUILD_WIN32_CONSOLE)
)
endif()
-if(UNIX AND NOT APPLE)
+if(UNIX AND NOT APPLE AND NOT SSVOH_ANDROID)
target_link_libraries(SSVOpenHexagonLib pthread)
endif()
@@ -513,7 +513,7 @@ if(NOT SSVOH_ANDROID)
target_link_libraries(OHWorkshopUploader ${STEAM_LIBRARIES})
- if(UNIX AND NOT APPLE)
+ if(UNIX AND NOT APPLE AND NOT SSVOH_ANDROID)
target_link_libraries(OHWorkshopUploader pthread)
endif()
@@ -539,7 +539,7 @@ if(NOT SSVOH_ANDROID)
target_link_libraries(OHServerControl sfml-system sfml-network)
- if(UNIX AND NOT APPLE)
+ if(UNIX AND NOT APPLE AND NOT SSVOH_ANDROID)
target_link_libraries(OHServerControl pthread)
endif()