Skip to content

Commit

Permalink
Mac OS X|Fixed: Linking libdeng1 to libdeng2
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 24, 2012
1 parent bd5a93a commit be8b534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng/libdeng.pro
Expand Up @@ -53,7 +53,7 @@ SOURCES += \
# Installation ---------------------------------------------------------------

macx {
linkDylibToBundledLibdeng2(libdeng)
linkDylibToBundledLibdeng2(libdeng1)

defineTest(fixDengLinkage) {
doPostLink("install_name_tool -change $$1 @executable_path/../Frameworks/$$1 libdeng1.1.dylib")
Expand All @@ -67,7 +67,7 @@ macx {

# Update the library included in the main app bundle.
doPostLink("mkdir -p ../engine/Doomsday.app/Contents/Frameworks")
doPostLink("cp -fRp libdeng*dylib ../engine/Doomsday.app/Contents/Frameworks")
doPostLink("cp -fRp libdeng1*dylib ../engine/Doomsday.app/Contents/Frameworks")
}
else {
INSTALLS += target
Expand Down

0 comments on commit be8b534

Please sign in to comment.