Restricted build fixes.
This commit is contained in:
@@ -498,6 +498,7 @@ task bundleRestricted(type: Tar) {
|
||||
if (PlatformInfo.isAppleTarget(target))
|
||||
exclude "klib/platform/${target.name}"
|
||||
}
|
||||
exclude '**/xcode_license.pdf'
|
||||
into baseName
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -137,6 +137,6 @@ private fun generatePlatformLibraries(target: String, inputDirectory: File, outp
|
||||
}
|
||||
executorPool.shutdown()
|
||||
if (!saveTemps) {
|
||||
File("$outputDirectory/clangModulesCache").deleteRecursively()
|
||||
File("${outputDirectory.absolutePath}/clangModulesCache").deleteRecursively()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user