mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
10 lines
137 B
Bash
Executable File
10 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Generate configs
|
|
android/gen-config.sh android/
|
|
android/gen-version.sh android/
|
|
|
|
# Run waf
|
|
./waf configure -T release
|
|
./waf
|