Changeset 896

Show
Ignore:
Timestamp:
08/15/07 08:01:54 (1 year ago)
Author:
susano
Message:

The openlibraries pathh is more specific than the general lib path, and should therefore be further in the order of parameters for fixup_install_names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/installer/osx/create_app

    r885 r896  
    206206fi 
    207207 
    208 fixup_install_names_cmd="$script_root/fixup_install_names --custom-prefix $olib_prefix/lib/openlibraries-$olib_ver --custom-prefix $lib_prefix/lib --custom-prefix $qt_prefix/lib" 
     208fixup_install_names_cmd="$script_root/fixup_install_names --custom-prefix $lib_prefix/lib --custom-prefix $olib_prefix/lib/openlibraries-$olib_ver --custom-prefix $qt_prefix/lib" 
    209209 
    210210if [ "$dylibs" == "" ] ; then