We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c6e17 commit 3d0e347Copy full SHA for 3d0e347
ReactAndroid/build.gradle
@@ -37,7 +37,7 @@ def thirdPartyNdkDir = new File("$buildDir/third-party-ndk")
37
def reactNativeRootDir = projectDir.parent
38
39
// NOTE(flewp): We want CI machines to also expand a tarball instead of a zip.
40
-def needsBoostTar = Os.isFamily(Os.FAMILY_MAC) || Os.isFamily(Os.FAMILY_UNIX) || System.getenv("CI")
+def needsBoostTar = Os.isFamily(Os.FAMILY_MAC) || System.getenv("CI")
41
def boostExtension = needsBoostTar ? ".tar.gz" : ".zip"
42
43
// We put the publishing version from gradle.properties inside ext. so other
0 commit comments