mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Fix +build ignore
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
CPU feature flags can be tested against `cpu_features`, where applicable, e.g.
|
CPU feature flags can be tested against `cpu_features`, where applicable, e.g.
|
||||||
`if .aes in si.aes { ... }`
|
`if .aes in si.aes { ... }`
|
||||||
*/
|
*/
|
||||||
// +ignore
|
//+build ignore
|
||||||
package sysinfo
|
package sysinfo
|
||||||
|
|
||||||
import "core:fmt"
|
import "core:fmt"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
//+ignore
|
//+build ignore
|
||||||
package i18n
|
package i18n
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import miniaudio "vendor:miniaudio"
|
|||||||
import PM "vendor:portmidi"
|
import PM "vendor:portmidi"
|
||||||
import rl "vendor:raylib"
|
import rl "vendor:raylib"
|
||||||
import exr "vendor:OpenEXRCore"
|
import exr "vendor:OpenEXRCore"
|
||||||
|
import cgltf "vendor:cgltf"
|
||||||
|
|
||||||
import SDL "vendor:sdl2"
|
import SDL "vendor:sdl2"
|
||||||
import SDLNet "vendor:sdl2/net"
|
import SDLNet "vendor:sdl2/net"
|
||||||
@@ -33,6 +34,7 @@ _ :: miniaudio
|
|||||||
_ :: PM
|
_ :: PM
|
||||||
_ :: rl
|
_ :: rl
|
||||||
_ :: exr
|
_ :: exr
|
||||||
|
_ :: cgltf
|
||||||
|
|
||||||
_ :: SDL
|
_ :: SDL
|
||||||
_ :: SDLNet
|
_ :: SDLNet
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// +ignore
|
//+build ignore
|
||||||
/*
|
/*
|
||||||
Bindings against CMark (https://github.com/commonmark/cmark)
|
Bindings against CMark (https://github.com/commonmark/cmark)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user