mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Modify how build settings are handled
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user