Skip to content

Commit

Permalink
qmake|Mac OS X: Fixed a path to libdeng1
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 5, 2013
1 parent 0e4e13b commit 5639cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/engine.pro
Expand Up @@ -712,7 +712,7 @@ macx {

# libdeng1 and 2 dynamic libraries.
doPostLink("cp -fRp $$OUT_PWD/../libdeng2/libdeng2*dylib $$FW_DIR")
doPostLink("cp -fRp $$OUT_PWD/../libdeng/libdeng1*dylib $$FW_DIR")
doPostLink("cp -fRp $$OUT_PWD/../libdeng1/libdeng1*dylib $$FW_DIR")

# Fix the dynamic linker paths so they point to ../Frameworks/ inside the bundle.
fixInstallName(Doomsday.app/Contents/MacOS/Doomsday, libdeng2.2.dylib, ..)
Expand Down

0 comments on commit 5639cea

Please sign in to comment.