Skip to content

Commit

Permalink
Disable bundling on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Aug 29, 2024
1 parent 6c4d77b commit bb76530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ if(NOT TARGET ssl)
endif()

add_subdirectory(vendor/boringssl EXCLUDE_FROM_ALL)

set_target_properties(
bssl
PROPERTIES
MACOSX_BUNDLE OFF
)
endif()

add_bare_module(bare_crypto)
Expand Down

0 comments on commit bb76530

Please sign in to comment.