[linux] Create Linux runtime

This commit is contained in:
Lea Anthony
2021-06-04 20:32:40 +10:00
parent a1d5412465
commit 466676d99f
5 changed files with 34 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ func main() {
sourceDir := fs.RelativePath("../../../internal/runtime/js")
platforms := []string{"darwin", "windows"}
platforms := []string{"darwin", "windows", "linux"}
for _, platform := range platforms {
println("Building JS Runtime for " + platform)