From b78e44c3bd875a9b08754e25676657b7e38534e1 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Thu, 10 Nov 2022 20:38:25 -0500 Subject: [PATCH] Add +NoGen suffix to build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 842778df..76807e96 100755 --- a/build.sh +++ b/build.sh @@ -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