gingerBill 1 gadu atpakaļ
vecāks
revīzija
68960e7d0a

+ 1 - 1
core/crypto/hash/hash_freestanding.odin

@@ -1,4 +1,4 @@
-//+build freestanding
+#+build freestanding
 package crypto_hash
 
 hash :: proc {

+ 1 - 1
core/crypto/hash/hash_os.odin

@@ -1,4 +1,4 @@
-//+build !freestanding
+#+build !freestanding
 package crypto_hash
 
 import "core:io"