Skip to content

Commit

Permalink
Fix[build]: disable harfbuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Jul 10, 2024
1 parent 76f2eda commit cdf21b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci_build_android.bash
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ yes | ant -Dplatform.linux=true \
-Dbinding.bgfx=false \
-Dbinding.cuda=false \
-Dbinding.egl=false \
-Dbinding.harfbuzz=false \
-Dbinding.jawt=false \
-Dbinding.jemalloc=false \
-Dbinding.libdivide=false \
Expand Down
1 change: 1 addition & 0 deletions ci_build_ios.bash
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ yes | ant -Dplatform.macos=true \
-Dbinding.bgfx=false \
-Dbinding.cuda=false \
-Dbinding.egl=false \
-Dbinding.harfbuzz=false \
-Dbinding.jawt=false \
-Dbinding.jemalloc=false \
-Dbinding.libdivide=false \
Expand Down

0 comments on commit cdf21b4

Please sign in to comment.