Skip to content

Commit d8338f5

Browse files
committed
[Build] Fix build scripts
1 parent ca23217 commit d8338f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/scripts/build-natives-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
BASEDIR=$(dirname "$0")
44
cd $BASEDIR/../../imgui-binding || exit
55

6-
../gradlew clean generateLibs -Denvs=$* -Dlocal -DwithFreeType
6+
../gradlew clean generateLibs -Denvs=$* -Dlocal -Dfreetype
77
rm -frd libsNative

buildSrc/scripts/build-natives.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ BASEDIR=$(dirname "$0")
44
cd $BASEDIR/../../imgui-binding || exit
55

66
rm -frd /tmp/imgui
7-
../gradlew clean generateLibs -Denvs=$* -DwithFreeType
7+
../gradlew clean generateLibs -Denvs=$* -Dfreetype

0 commit comments

Comments
 (0)