compile: check for symlinked source
This commit is contained in:
parent
3da70aa4f7
commit
4f25b03c9c
1 changed files with 6 additions and 2 deletions
|
@ -15,8 +15,12 @@ fi
|
|||
# Cleanup libraries
|
||||
rm -rf android/lib/
|
||||
|
||||
# Generate extras.pak
|
||||
python xash3d-fwgs/scripts/makepak.py xash-extras android/assets/extras.pak
|
||||
# Generate extras.pak(TODO: move this to waf somehow)
|
||||
if [ -L "xash3d-fwgs-sl" ]; then
|
||||
python xash3d-fwgs-sl/scripts/makepak.py xash-extras android/assets/extras.pak
|
||||
else
|
||||
python xash3d-fwgs/scripts/makepak.py xash-extras android/assets/extras.pak
|
||||
fi
|
||||
|
||||
# Generate configs
|
||||
android/gen-config.sh android/
|
||||
|
|
Loading…
Add table
Reference in a new issue