mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
#!/usr/sgug/bin/bash
|
||
|
|
||
|
# Build path
|
||
|
export LD_LIBRARYN32_PATH=$PWD/filesystem:$LD_LIBRARYN32_PATH
|
||
|
|
||
|
# Install path
|
||
|
export LD_LIBRARYN32_PATH=$PWD:$LD_LIBRARYN32_PATH
|
||
|
|
||
|
exec $PWD/build/engine/xash
|