mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
macos please
This commit is contained in:
parent
512e9e3fbc
commit
d6fcef7fe1
1 changed files with 2 additions and 2 deletions
|
@ -622,7 +622,7 @@ if(APPLE)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
include(DolphinInjectVersionInfo)
|
include(DolphinInjectVersionInfo)
|
||||||
dolphin_inject_version_info(dolphin-emu)
|
dolphin_inject_version_info(dolphin-mpn)
|
||||||
|
|
||||||
# Copy MoltenVK into the bundle
|
# Copy MoltenVK into the bundle
|
||||||
if(ENABLE_VULKAN)
|
if(ENABLE_VULKAN)
|
||||||
|
@ -658,7 +658,7 @@ if(APPLE)
|
||||||
COMMAND "${CMAKE_SOURCE_DIR}/Tools/mac-codesign.sh"
|
COMMAND "${CMAKE_SOURCE_DIR}/Tools/mac-codesign.sh"
|
||||||
"-e" "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu$<$<CONFIG:Debug>:Debug>.entitlements"
|
"-e" "${CMAKE_CURRENT_SOURCE_DIR}/DolphinEmu$<$<CONFIG:Debug>:Debug>.entitlements"
|
||||||
"${MACOS_CODE_SIGNING_IDENTITY}"
|
"${MACOS_CODE_SIGNING_IDENTITY}"
|
||||||
"$<TARGET_BUNDLE_DIR:dolphin-emu>"
|
"$<TARGET_BUNDLE_DIR:dolphin-mpn>"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue