Skip to content

Commit 72eb4e4

Browse files
author
jan.nijtmans
committed
Fix [ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS
1 parent 7be69be commit 72eb4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unix/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7898,7 +7898,7 @@ fi
78987898

78997899
CC_SEARCH_FLAGS=""
79007900
LD_SEARCH_FLAGS=""
7901-
LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH"
7901+
LD_LIBRARY_PATH_VAR="DYLD_FALLBACK_LIBRARY_PATH"
79027902

79037903
cat >>confdefs.h <<\_ACEOF
79047904
#define MAC_OSX_TCL 1

unix/tcl.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
15941594
])
15951595
CC_SEARCH_FLAGS=""
15961596
LD_SEARCH_FLAGS=""
1597-
LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH"
1597+
LD_LIBRARY_PATH_VAR="DYLD_FALLBACK_LIBRARY_PATH"
15981598
AC_DEFINE(MAC_OSX_TCL, 1, [Is this a Mac I see before me?])
15991599
PLAT_OBJS='${MAC_OSX_OBJS}'
16001600
PLAT_SRCS='${MAC_OSX_SRCS}'

0 commit comments

Comments
 (0)