mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Fix out-of-tree build on OS X.
This commit is contained in:
parent
e4a81f32d4
commit
e1f3a4d7b3
@ -247,7 +247,7 @@ else()
|
|||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
add_custom_command(OUTPUT ${BUNDLE_PATH}/Contents/Resources/Sys
|
add_custom_command(OUTPUT ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
COMMAND ln -nfs ../../../../Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
add_custom_target(CopyDataIntoBundle ALL
|
add_custom_target(CopyDataIntoBundle ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user