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.
2 parents ae8d630 + 2ec1d84 commit ce7a5cdCopy full SHA for ce7a5cd
1 file changed
package/darwin/dfhack-run
@@ -3,6 +3,6 @@
3
DF_DIR=$(dirname "$0")
4
cd "${DF_DIR}"
5
6
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./stonesense/deplibs":"./hack"
+export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:"./stonesense/deplibs":"./hack"
7
8
exec hack/dfhack-run "$@"
0 commit comments