Make file_console_logger.odin be ignored on freestanding targets

This commit is contained in:
gingerBill
2024-01-31 22:01:35 +00:00
parent c51f94b600
commit 000709b594

View File

@@ -1,3 +1,4 @@
//+build !freestanding
package log
import "core:fmt"