summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-06 16:32:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-06 16:32:28 (GMT)
commit22bcc07b004ca5670ff29c6aaeedbdea6db36e73 (patch)
tree3008b70f7969a480500ccefb48510ed04734148c /unix/configure
parent235c3428d9a76bc94aca900b569280c80215b9c2 (diff)
downloadtk-22bcc07b004ca5670ff29c6aaeedbdea6db36e73.zip
tk-22bcc07b004ca5670ff29c6aaeedbdea6db36e73.tar.gz
tk-22bcc07b004ca5670ff29c6aaeedbdea6db36e73.tar.bz2
Fix [https://core.tcl-lang.org/tcl/tktview?name=ad393071c2|ad393071c2]: Use different LD_LIBRARY_PATH_VAR on macOS
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 876d417..67fcf65 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5490,7 +5490,7 @@ printf "%s\n" "#define MODULE_SCOPE __private_extern__" >>confdefs.h
fi
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""
- LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH"
+ LD_LIBRARY_PATH_VAR="DYLD_FALLBACK_LIBRARY_PATH"
printf "%s\n" "#define MAC_OSX_TCL 1" >>confdefs.h