From c7bf56401506137cfdc9cafbbd28e9dcc7bb48b6 Mon Sep 17 00:00:00 2001 From: tytan652 <17492366+tytan652@users.noreply.github.com> Date: Mon, 28 Mar 2022 14:33:03 +0000 Subject: [PATCH] cmake: Fix dylibbundler path for case-sensitive partition --- cmake/Modules/ObsHelpers_macOS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/ObsHelpers_macOS.cmake b/cmake/Modules/ObsHelpers_macOS.cmake index 20734bd49..f49de2608 100644 --- a/cmake/Modules/ObsHelpers_macOS.cmake +++ b/cmake/Modules/ObsHelpers_macOS.cmake @@ -352,7 +352,7 @@ function(setup_obs_bundle target) set(_DEPENDENCY_PREFIX \"${CMAKE_PREFIX_PATH}\") set(_BUILD_FOR_DISTRIBUTION \"${BUILD_FOR_DISTRIBUTION}\") set(_BUNDLENAME \"$.app\") - set(_BUNDLER_COMMAND \"${CMAKE_SOURCE_DIR}/cmake/bundle/macos/dylibbundler\") + set(_BUNDLER_COMMAND \"${CMAKE_SOURCE_DIR}/cmake/bundle/macOS/dylibbundler\") set(_CODESIGN_IDENTITY \"${OBS_BUNDLE_CODESIGN_IDENTITY}\") set(_CODESIGN_ENTITLEMENTS \"${CMAKE_SOURCE_DIR}/cmake/bundle/macOS\")" COMPONENT obs_resources)