Skip to content

Commit

Permalink
Update buildjdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Oct 15, 2024
1 parent 4ac6459 commit 392cb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildjdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ "$BUILD_IOS" != "1" ]; then
STRIP=$STRIP \
"

export BOOT_JDK=$PWD/jdk-22.0.1
export BOOT_JDK=$PWD/jdk-23.0.1
export CFLAGS+=" -DANDROID"
export LDFLAGS+=" -L$PWD/dummy_libs"

Expand Down

0 comments on commit 392cb7e

Please sign in to comment.