aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-13 19:14:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-06-13 19:14:54 +0000
commit681682b3efa84c7d6323a43bdda54616b39cd73c (patch)
tree41423262580c791444446275488e57845ffacb8a /packages/darwin_app/Makefile
parentbe49172033ad5d8443e2861934cc4516322b5097 (diff)
oops, the libquicktime plugins also need to be fixed by the embed script, so switch the order
svn path=/trunk/; revision=7771
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r--packages/darwin_app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 8286755d..5883b30a 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -182,10 +182,10 @@ rez_install:
darwin_app_embed_libs:
- ./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
# embed libquicktime plugins
install -d $(PD_APP_CONTENTS)/lib/libquicktime
install -p /sw/lib/libquicktime/*.so $(PD_APP_CONTENTS)/lib/libquicktime
+ ./embed-MacOSX-dependencies.sh $(PD_APP_CONTENTS)
# shortcut to install the readme on non-Extended builds
readme_install: