Skip to content

Commit ce7a5cd

Browse files
committed
Merge branch 'patch-2' of git://github.com/lethosor/dfhack into develop
2 parents ae8d630 + 2ec1d84 commit ce7a5cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/darwin/dfhack-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
DF_DIR=$(dirname "$0")
44
cd "${DF_DIR}"
55

6-
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./stonesense/deplibs":"./hack"
6+
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:"./stonesense/deplibs":"./hack"
77

88
exec hack/dfhack-run "$@"

0 commit comments

Comments
 (0)