Modify how build settings are handled

This commit is contained in:
gingerBill
2018-06-15 21:38:22 +01:00
parent 13572aeef0
commit b92a8c513e
5 changed files with 127 additions and 79 deletions
+1 -1
View File
@@ -1278,7 +1278,7 @@ Type *type_to_abi_compat_param_type(gbAllocator a, Type *original_type) {
return t_llvm_bool;
}
if (build_context.ODIN_ARCH == "x86") {
if (build_context.ODIN_ARCH == "386") {
return new_type;
}