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…
Reference in New Issue