Skip to content

Commit 2a01579

Browse files
committed
Fix macos
1 parent 5cb0d4f commit 2a01579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/common/buildspec_common.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function(_setup_obs_studio)
6767
elseif(OS_MACOS)
6868
set(_cmake_generator "Xcode")
6969
set(_cmake_arch "-DCMAKE_OSX_ARCHITECTURES:STRING=arm64\\;x86_64")
70-
set(_cmake_env_args CI=)
70+
set(_cmake_env_args --unset=CI)
7171
set(
7272
_cmake_extra
7373
-DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}

0 commit comments

Comments
 (0)