Skip to content

Commit

Permalink
Merge pull request #99 from ryandesign/install_name
Browse files Browse the repository at this point in the history
Set the install_name for the macOS dylib
  • Loading branch information
garyscavone authored Nov 16, 2021
2 parents 1fec6e0 + 700ff2c commit 500d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ case $host in
*-apple*)
AC_SUBST( sharedlib, ["libstk.dylib"] )
AC_SUBST( sharedname, ["${basesharedname}.dylib"] )
AC_SUBST( libflags, ["-dynamiclib -o ${basesharedname}.dylib"] )
AC_SUBST( libflags, ["-dynamiclib -install_name \$(libdir)/${basesharedname}.dylib -o ${basesharedname}.dylib"] )
esac

if test $realtime = yes; then
Expand Down

0 comments on commit 500d297

Please sign in to comment.