Skip to content

(v6.x backport) build: don't create directory for NDK toolchain

Starting from commit 90561a... in NDK make-standalone-toolchain.sh requires --force option to write toolchain into existing directory and will fail with Refusing to clobber existing install directory otherwise. But with --force option script will fail on older versions of NDK. So best option should be just let make-standalone-toolchain.sh create directory.

PR-URL: #11916 Reviewed-By: Ben Noordhuis info@bnoordhuis.nl Reviewed-By: James M Snell jasnell@gmail.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

Merge request reports

Loading