Update build.sh
Co-authored-by: FintasticMan <52415484+FintasticMan@users.noreply.github.com>
This commit is contained in:
parent
6d95360c51
commit
e9ddfd6c4a
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -3,7 +3,7 @@
|
|||
# use LANG environment variable, default to "en"
|
||||
LANG="${LANG:-en}"
|
||||
|
||||
make -j T=open_source LANG=${LANG} DEBUG=1 >log.txt 2>&1
|
||||
make -j T=open_source DEBUG=1 >log.txt 2>&1
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "build success"
|
||||
|
|
Loading…
Reference in a new issue