Browse Source

Merge branch 'master' of https://github.com/odin-lang/Odin

gingerBill 2 years ago
parent
commit
2cf8a9da6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/os/os_js.odin

+ 1 - 1
core/os/os_js.odin

@@ -1,4 +1,4 @@
-//+js
 package os
 package os
+// +build js
 
 
 #panic("package os does not support a js target")
 #panic("package os does not support a js target")