Adding missing build flags to avoid load proc collision

This commit is contained in:
James Liljenquist
2025-12-04 13:00:50 -07:00
parent c04c6dfcc6
commit 6ac4bc43e2
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#+build js
package jpeg
load :: proc{load_from_bytes, load_from_context}

View File

@@ -1,3 +1,4 @@
#+build !js
package jpeg
import "core:os"