Update build.sh

Co-authored-by: FintasticMan <52415484+FintasticMan@users.noreply.github.com>
This commit is contained in:
Thatcher Chamberlin 2023-02-19 14:28:49 -05:00 committed by GitHub
parent 6d95360c51
commit e9ddfd6c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"