Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8707 from tellowkrinkle/FixCMakeSymlinkMac
Match path type to BundleUtilities when running fixup_bundle
  • Loading branch information
leoetlino committed Apr 27, 2020
2 parents b7ba72c + f04f5fe commit c36a78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/DolphinPostprocessBundle.cmake
Expand Up @@ -21,7 +21,7 @@ if(CMAKE_GENERATOR)
return()
endif()

get_filename_component(DOLPHIN_BUNDLE_PATH "${DOLPHIN_BUNDLE_PATH}" REALPATH)
get_filename_component(DOLPHIN_BUNDLE_PATH "${DOLPHIN_BUNDLE_PATH}" ABSOLUTE)
message(STATUS "Fixing up application bundle: ${DOLPHIN_BUNDLE_PATH}")

# Make sure to fix up any additional shared libraries (like plugins) that are
Expand Down

0 comments on commit c36a78e

Please sign in to comment.