Add +NoGen suffix to build.sh

This commit is contained in:
Michael Pfaff 2022-11-10 20:38:25 -05:00
parent 61fa03042f
commit b78e44c3bd
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export JAVA_HOME=${JAVA_HOME:-`asdf where java`}
ant generate-all
ant compile
ant compile+NoGen
ant compile_native
ant compile_native+NoGen