Fix initialization values for variables
This commit is contained in:
gingerBill
2018-02-11 11:15:53 +00:00
parent 0ae3484171
commit 038dea9202
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ String get_fullpath_core(gbAllocator a, String path) {
}
String const ODIN_VERSION = str_lit("0.8.0");
String const ODIN_VERSION = str_lit("0.8.1");
String cross_compile_target = str_lit("");
String cross_compile_lib_dir = str_lit("");