This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9918 for ps


Ignore:
Timestamp:
07/25/11 04:03:32 (13 years ago)
Author:
ben
Message:

Fixes Spidermonkey build on OS X (libtool path issue)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/libraries/spidermonkey/build.sh

    r9850 r9918  
    8888  LIB_SRC_SUFFIX=.dylib
    8989  LIB_DST_SUFFIX=.dylib
     90  # Fix libtool's use of an absolute path
     91  install_name_tool -id @executable_path/${LIB_PREFIX}mozjs185-ps-debug${DLL_DST_SUFFIX} js-1.8.5/js/src/build-debug/dist/bin/${LIB_PREFIX}mozjs185-ps-debug${DLL_SRC_SUFFIX}
     92  install_name_tool -id @executable_path/${LIB_PREFIX}mozjs185-ps-release${DLL_DST_SUFFIX} js-1.8.5/js/src/build-release/dist/bin/${LIB_PREFIX}mozjs185-ps-release${DLL_SRC_SUFFIX}
    9093else
    9194  INCLUDE_DIR=include-unix
Note: See TracChangeset for help on using the changeset viewer.