This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Make file_console_logger.odin be ignored on freestanding targets
gingerBill
1 year ago
parent
c51f94b600
commit
000709b594
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
core/log/file_console_logger.odin
+ 1
- 0
core/log/file_console_logger.odin
View File
@@ -1,3 +1,4 @@
+//+build !freestanding
package log
package log
import "core:fmt"
import "core:fmt"