Skip to content

Commit

Permalink
Merge pull request #48 from openziti/build-for-iOS
Browse files Browse the repository at this point in the history
Support building for iOS
  • Loading branch information
smilindave26 authored Sep 28, 2020
2 parents a3fec8c + b6e0051 commit 70eb6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install(TARGETS lwipcore ziti-tunnel-sdk-c ziti-tunnel-cbs-c
DESTINATION ${CMAKE_INSTALL_LIBDIR}
)

if (NOT WIN32)
if(CMAKE_SYSTEM_NAME STREQUAL Darwin OR CMAKE_SYSTEM_NAME STREQUAL Linux)
install(TARGETS ziti-edge-tunnel
DESTINATION ${CMAKE_INSTALL_BINDIR}
)
Expand All @@ -57,4 +57,4 @@ if (WIN32)
install(TARGETS lwipwin32arch
DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
endif()
endif()

0 comments on commit 70eb6a6

Please sign in to comment.