Skip to content

Commit

Permalink
Try @rpath instead of @executable_path for libtcl
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Aug 5, 2024
1 parent b12f5a3 commit 95696c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl/tcl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ diff -Naur tcl/unix/Makefile.in TCL_BLD/unix/Makefile.in

# support for embedded libraries on Darwin / Mac OS X
-DYLIB_INSTALL_DIR = $(libdir)
+DYLIB_INSTALL_DIR = @executable_path/../lib
+DYLIB_INSTALL_DIR = @rpath

#--------------------------------------------------------------------------
# The information below is modified by the configure script when Makefile is
Expand Down

0 comments on commit 95696c2

Please sign in to comment.