From 43671928eda1b88fae41adae5feae67b39c9c8b3 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 15 Nov 2013 14:50:13 +0100 Subject: [PATCH] fix macos bundle generation to take into account things from /usr/local/lib and also only embed versionned dylib and .so ( because the .so link is transformed into a real file in the package) --- build/macos/linphone.bundle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/macos/linphone.bundle b/build/macos/linphone.bundle index 6985bfb29..780b73e1c 100644 --- a/build/macos/linphone.bundle +++ b/build/macos/linphone.bundle @@ -15,7 +15,8 @@ /opt/local ${env:LINPHONE_INSTALL_PREFIX} ${env:MS2_PLUGINS_INSTALL_PREFIX} - /opt/local + + /usr/local