Skip to content

Commit

Permalink
Add support for r19b and r19c (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse authored and pelya committed Mar 21, 2019
1 parent 1356b87 commit babc990
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.1"|"19.2")
TOOLCHAIN=${TOOLCHAIN:-llvm}
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/${PlatformOS}-x86_64/bin/clang++
TOOLSET=clang
Expand Down

0 comments on commit babc990

Please sign in to comment.