mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
v0.0.5a
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ String get_filepath_extension(String path) {
|
|||||||
|
|
||||||
void init_build_context(BuildContext *bc) {
|
void init_build_context(BuildContext *bc) {
|
||||||
bc->ODIN_VENDOR = str_lit("odin");
|
bc->ODIN_VENDOR = str_lit("odin");
|
||||||
bc->ODIN_VERSION = str_lit("0.0.5");
|
bc->ODIN_VERSION = str_lit("0.0.5a");
|
||||||
bc->ODIN_ROOT = odin_root_dir();
|
bc->ODIN_ROOT = odin_root_dir();
|
||||||
|
|
||||||
#if defined(GB_SYSTEM_WINDOWS)
|
#if defined(GB_SYSTEM_WINDOWS)
|
||||||
|
|||||||
Reference in New Issue
Block a user