Fix wrong directory name in buildscript
This commit is contained in:
parent
8e517beff8
commit
a80e3e3022
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -38,7 +38,7 @@ set -x
|
||||||
|
|
||||||
# Regenerate PAK file
|
# Regenerate PAK file
|
||||||
rm assets/extras.pak 2>/dev/null
|
rm assets/extras.pak 2>/dev/null
|
||||||
python2 makepak.py xash3d-extras assets/extras.pak
|
python2 makepak.py xash-extras/ assets/extras.pak
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
ndk-build NDK_TOOLCHAIN_VERSION=4.8 $NDK_BUILD_FLAGS -j8
|
ndk-build NDK_TOOLCHAIN_VERSION=4.8 $NDK_BUILD_FLAGS -j8
|
||||||
|
|
Loading…
Add table
Reference in a new issue