Skip to content

Commit

Permalink
Add support for r19b
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Mar 18, 2019
1 parent 1356b87 commit 53f9ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ case "$NDK_RN" in
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
TOOLSET=clang
;;
"19.0")
"19.0"|"19.2")
TOOLCHAIN=${TOOLCHAIN:-llvm}
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
TOOLSET=clang
Expand Down

0 comments on commit 53f9ff4

Please sign in to comment.