Skip to content

Commit

Permalink
Add PREFIX/lib/omc to the OSX rpath
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20334 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 30, 2014
1 parent e51f664 commit 2f173e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -829,7 +829,7 @@ if test "Darwin" = `uname`; then
RT_LDFLAGS_GENERATED_CODE_SIM="$LDFLAGS -lSimulationRuntimeC $LD_LAPACK -lm -lgc"
LINK="cp -fr"
RPATH="-Wl,-rpath,'@loader_path/../lib/omc'"
RPATH_QMAKE="-Wl,-rpath,'@loader_path/../../../../lib/omc'"
RPATH_QMAKE="-Wl,-rpath,'@loader_path/../../../../lib/omc',-rpath,'$PREFIX/lib/omc'"
MSL_EXTRA_ARGS="--disable-hdf5 --enable-static-zlib --enable-static --disable-shared"
OS_TARGET="osx"
LIS_LDFLAGS="-Wl,-install_name,@rpath/liblis.dylib"
Expand Down

0 comments on commit 2f173e7

Please sign in to comment.