Skip to content

Commit 30773a7

Browse files
committed
macOS: fix externals not loading properly
1 parent e164d6c commit 30773a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if(NOT CMAKE_BUILD_TYPE)
7070
endif()
7171

7272
set(HARDENED_RUNTIME_ENABLED YES)
73-
set(HARDENED_RUNTIME_OPTIONS com.apple.security.device.audio-input com.apple.security.device.camera)
73+
set(HARDENED_RUNTIME_OPTIONS com.apple.security.device.audio-input com.apple.security.device.camera com.apple.security.cs.disable-library-validation)
7474

7575
if("${CMAKE_SYSTEM_NAME}" MATCHES "iOS")
7676
list(APPEND HARDENED_RUNTIME_OPTIONS com.apple.developer.networking.multicast)

Libraries/pure-data

0 commit comments

Comments
 (0)