[build] Add a task to re-generate math.js
This commit is contained in:
@@ -301,9 +301,6 @@ targetList.each { target ->
|
||||
|
||||
task("${target}PlatformLibs") {
|
||||
dependsOn ":platformLibs:${target}Install"
|
||||
if (target == 'wasm32') {
|
||||
dependsOn 'Interop:JsRuntime:installJsRuntime'
|
||||
}
|
||||
}
|
||||
|
||||
task("${target}CrossDist") {
|
||||
|
||||
Reference in New Issue
Block a user