Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix out-of-tree build on OS X.
  • Loading branch information
comex committed Oct 17, 2013
1 parent e4a81f3 commit e1f3a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/CMakeLists.txt
Expand Up @@ -247,7 +247,7 @@ else()
)
else()
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
)
add_custom_target(CopyDataIntoBundle ALL
Expand Down

0 comments on commit e1f3a4d

Please sign in to comment.