We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be69be commit 72eb4e4Copy full SHA for 72eb4e4
unix/configure
@@ -7898,7 +7898,7 @@ fi
7898
7899
CC_SEARCH_FLAGS=""
7900
LD_SEARCH_FLAGS=""
7901
- LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH"
+ LD_LIBRARY_PATH_VAR="DYLD_FALLBACK_LIBRARY_PATH"
7902
7903
cat >>confdefs.h <<\_ACEOF
7904
#define MAC_OSX_TCL 1
unix/tcl.m4
@@ -1594,7 +1594,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
1594
])
1595
1596
1597
1598
AC_DEFINE(MAC_OSX_TCL, 1, [Is this a Mac I see before me?])
1599
PLAT_OBJS='${MAC_OSX_OBJS}'
1600
PLAT_SRCS='${MAC_OSX_SRCS}'
0 commit comments