Skip to content

Commit c7bf564

Browse files
tytan652RytoEX
authored andcommitted
cmake: Fix dylibbundler path for case-sensitive partition
1 parent 525c535 commit c7bf564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/Modules/ObsHelpers_macOS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function(setup_obs_bundle target)
352352
set(_DEPENDENCY_PREFIX \"${CMAKE_PREFIX_PATH}\")
353353
set(_BUILD_FOR_DISTRIBUTION \"${BUILD_FOR_DISTRIBUTION}\")
354354
set(_BUNDLENAME \"$<TARGET_FILE_BASE_NAME:${target}>.app\")
355-
set(_BUNDLER_COMMAND \"${CMAKE_SOURCE_DIR}/cmake/bundle/macos/dylibbundler\")
355+
set(_BUNDLER_COMMAND \"${CMAKE_SOURCE_DIR}/cmake/bundle/macOS/dylibbundler\")
356356
set(_CODESIGN_IDENTITY \"${OBS_BUNDLE_CODESIGN_IDENTITY}\")
357357
set(_CODESIGN_ENTITLEMENTS \"${CMAKE_SOURCE_DIR}/cmake/bundle/macOS\")"
358358
COMPONENT obs_resources)

0 commit comments

Comments
 (0)