Browse Source

Fix +build ignore

gingerBill 2 years ago
parent
commit
b743f56fb9
4 changed files with 5 additions and 3 deletions
  1. 1 1
      core/sys/info/doc.odin
  2. 1 1
      core/text/i18n/doc.odin
  3. 2 0
      examples/all/all_vendor.odin
  4. 1 1
      vendor/commonmark/doc.odin

+ 1 - 1
core/sys/info/doc.odin

@@ -13,7 +13,7 @@
 	CPU feature flags can be tested against `cpu_features`, where applicable, e.g.
 	`if .aes in si.aes { ... }`
 */
-// +ignore
+//+build ignore
 package sysinfo
 
 import "core:fmt"

+ 1 - 1
core/text/i18n/doc.odin

@@ -1,4 +1,4 @@
-//+ignore
+//+build ignore
 package i18n
 
 /*

+ 2 - 0
examples/all/all_vendor.odin

@@ -10,6 +10,7 @@ import miniaudio  "vendor:miniaudio"
 import PM         "vendor:portmidi"
 import rl         "vendor:raylib"
 import exr        "vendor:OpenEXRCore"
+import cgltf      "vendor:cgltf"
 
 import SDL        "vendor:sdl2"
 import SDLNet     "vendor:sdl2/net"
@@ -33,6 +34,7 @@ _ :: miniaudio
 _ :: PM
 _ :: rl
 _ :: exr
+_ :: cgltf
 
 _ :: SDL
 _ :: SDLNet

+ 1 - 1
vendor/commonmark/doc.odin

@@ -1,4 +1,4 @@
-// +ignore
+//+build ignore
 /*
 	Bindings against CMark (https://github.com/commonmark/cmark)