Parcourir la source

build mutex allocator code on freestanding wasm

Laytan Laats il y a 1 an
Parent
commit
1dd9b8560d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/mem/mutex_allocator.odin

+ 1 - 1
core/mem/mutex_allocator.odin

@@ -1,4 +1,4 @@
-#+build !freestanding
+#+build !freestanding, wasm32, wasm64p32
 package mem
 package mem
 
 
 import "core:sync"
 import "core:sync"