Changed some recently added //+ usages to #+ and also fixed some //+ usages in some code generators.

This commit is contained in:
Karl Zylinski
2024-09-17 19:39:48 +02:00
parent 093ade0504
commit 29fedc1808
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//+build wasm32, wasm64p32
#+build wasm32, wasm64p32
package vendor_box2d
@(require) import _ "vendor:libc"