]> sjero.net Git - linphone/blobdiff - build/macos/linphone.bundle
macos x bundle fixes
[linphone] / build / macos / linphone.bundle
index 52aa54c61096162feb7509014c00076970cacf7c..90b1beef7e1c236ffc838075b344a9077f2daecf 100644 (file)
          defined by jhbuild, so it you are not using jhbuild you can
          either define your own or just hardcode the path here.
     -->
-    <prefix name="default">${env:JHBUILD_PREFIX}</prefix>
+    <prefix name="default">/opt/local</prefix>
     <prefix name="linphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
     <prefix name="liblinphone">${env:LINPHONE_INSTALL_PREFIX}</prefix>
     <prefix name="macports">/opt/local</prefix>
-    <prefix name="usrlocal">/usr/local</prefix>
     <!-- The project directory is the default location of the created
          app. If you leave out the path, the current directory is
          used. Note the usage of an environment variable here again.
     ${prefix:macports}/lib/libeXosip.*.dylib
   </binary>
 
-  <binary>
-    ${prefix:usrlocal}/lib/libSDLi-*.dylib
-  </binary>
-
   <!-- Copy in GTK+ modules.  Note the ${gtkdir} macro, which expands
        to the correct library subdirectory for the specified gtk
        version.