diff --git a/build.gradle b/build.gradle index 54327a7d23..1b525dac68 100644 --- a/build.gradle +++ b/build.gradle @@ -116,7 +116,7 @@ subprojects { } } // Workaround for OS X. Macs for some reason want to use Xcode's gcc - // (which just wraps Clang), so we have to explicitly make it so + // (which just wraps Clang), so we have to explicitly make it so // that trying to compile with Clang will call gcc instead macGcc(Clang) { target('arm') { @@ -137,7 +137,7 @@ subprojects { args << '-rdynamic' args.remove('-m32') } - staticLibArchiver.executable = compilerPrefix + staticLibArchiver.executable + staticLibArchiver.executable = compilerPrefix + 'ar' } } }