File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,14 @@ function(set_target_properties_obs target)
210
210
elseif (${target} STREQUAL mac-camera-extension )
211
211
set_target_properties (${target} PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE )
212
212
set_property (GLOBAL APPEND PROPERTY _OBS_DEPENDENCIES ${target} )
213
+ elseif (${target} STREQUAL obs-ffmpeg-mux )
214
+ if (OBS_CODESIGN_IDENTITY STREQUAL "-" )
215
+ set_target_xcode_properties (${target} PROPERTIES ENABLE_HARDENED_RUNTIME NO )
216
+ endif ()
217
+
218
+ set_target_xcode_properties (${target} PROPERTIES SKIP_INSTALL NO )
219
+ set_property (GLOBAL APPEND PROPERTY _OBS_EXECUTABLES ${target} )
220
+ set_property (GLOBAL APPEND PROPERTY _OBS_DEPENDENCIES ${target} )
213
221
else ()
214
222
set_property (TARGET ${target} PROPERTY XCODE_ATTRIBUTE_SKIP_INSTALL NO )
215
223
set_property (GLOBAL APPEND PROPERTY _OBS_EXECUTABLES ${target} )
You can’t perform that action at this time.
0 commit comments