Skip to content

Commit

Permalink
Mac: Cleanup in post-link step
Browse files Browse the repository at this point in the history
Copy all symlinks of libdeng2 to the app Frameworks dir.
  • Loading branch information
skyjake committed Sep 30, 2011
1 parent de19589 commit 32cd9b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doomsday/engine/engine.pro
Expand Up @@ -79,7 +79,6 @@ else:macx {

# Link against libdeng2.
LIBS += -L../libdeng2 -ldeng2
QMAKE_LFLAGS += -F$$OUT_PWD/../libdeng2
}
else {
# Allow exporting symbols out of the main executable.
Expand Down Expand Up @@ -529,7 +528,7 @@ macx {
doPostLink("cp -fRp $$[QT_INSTALL_LIBS]/QtNetwork.framework $$FW_DIR")

# libdeng2 dynamic library.
doPostLink("cp -fRp $$OUT_PWD/../libdeng2/libdeng2.1.dylib $$FW_DIR")
doPostLink("cp -fRp $$OUT_PWD/../libdeng2/libdeng2*dylib $$FW_DIR")

# Fix the dynamic linker paths so they point to ../Frameworks/.
defineTest(fixInstallName) {
Expand Down

0 comments on commit 32cd9b8

Please sign in to comment.