mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-23 18:30:50 +01: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
|