[build] Add a task to re-generate math.js

This commit is contained in:
Ilya Matveev
2018-02-28 17:30:52 +03:00
committed by ilmat192
parent 60560f6bca
commit da5f4e4c2e
3 changed files with 28 additions and 18 deletions
-3
View File
@@ -301,9 +301,6 @@ targetList.each { target ->
task("${target}PlatformLibs") {
dependsOn ":platformLibs:${target}Install"
if (target == 'wasm32') {
dependsOn 'Interop:JsRuntime:installJsRuntime'
}
}
task("${target}CrossDist") {