diff --git a/build.gradle b/build.gradle index 99f0e18a51..8f26c798e5 100644 --- a/build.gradle +++ b/build.gradle @@ -112,6 +112,7 @@ subprojects { args << '-rdynamic' args.remove('-m32') } + staticLibArchiver.executable = compilerPrefix + staticLibArchiver.executable } } }