summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress/wrapper/dfhack.in
blob: d53769ca4b61e3108db256329d3ad0a6c4bb02cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!@stdenv_shell@ -e

source @dfInit@

for i in dfhack.init-example dfhack-config/default hack/*; do
  update_path "$i"
done

cd "$DF_DIR"
LD_LIBRARY_PATH="$env_dir/hack/libs:$env_dir/hack:$LD_LIBRARY_PATH" \
  LD_PRELOAD=$env_dir/hack/libdfhack.so exec $env_dir/libs/Dwarf_Fortress "$@"