Skip to content

Commit

Permalink
Fixed|Tests|OS X: Deployment of test apps
Browse files Browse the repository at this point in the history
A symbolic link was attempted with the wrong destination path.
  • Loading branch information
skyjake committed May 4, 2014
1 parent 51d0db1 commit 612915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/tests/config_test.pri
Expand Up @@ -17,7 +17,7 @@ macx {
# Quite a hack: directly use the client's Frameworks folder.
doPostLink("rm -rf $$fwDir")
doPostLink("ln -s \"$$OUT_PWD/../../client/Doomsday.app/Contents/Frameworks\" $$fwDir")
doPostLink("ln -sf \"$$OUT_PWD/../../client/Doomsday.app/Contents/PlugIns\" \"$$contDir/PlugIns\"")
doPostLink("ln -sf \"$$OUT_PWD/../../client/Doomsday.app/Contents/PlugIns\" \"$$contDir/\"")
doPostLink("ln -sf \"$$OUT_PWD/../../client/Doomsday.app/Contents/Resources/qt.conf\" \"$$contDir/Resources/qt.conf\"")

# Fix the dynamic linker paths so they point to ../Frameworks/ inside the bundle.
Expand Down

0 comments on commit 612915b

Please sign in to comment.