Skip to content

Commit 70eb6a6

Browse files
authored
Merge pull request #48 from openziti/build-for-iOS
Support building for iOS
2 parents a3fec8c + b6e0051 commit 70eb6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install(TARGETS lwipcore ziti-tunnel-sdk-c ziti-tunnel-cbs-c
4747
DESTINATION ${CMAKE_INSTALL_LIBDIR}
4848
)
4949

50-
if (NOT WIN32)
50+
if(CMAKE_SYSTEM_NAME STREQUAL Darwin OR CMAKE_SYSTEM_NAME STREQUAL Linux)
5151
install(TARGETS ziti-edge-tunnel
5252
DESTINATION ${CMAKE_INSTALL_BINDIR}
5353
)
@@ -57,4 +57,4 @@ if (WIN32)
5757
install(TARGETS lwipwin32arch
5858
DESTINATION ${CMAKE_INSTALL_LIBDIR}
5959
)
60-
endif()
60+
endif()

0 commit comments

Comments
 (0)