summaryrefslogtreecommitdiff
path: root/etc/import/include/git2/TARGETS.git2
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/include/git2/TARGETS.git2')
-rw-r--r--etc/import/include/git2/TARGETS.git26
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2
index 29a5d269..84eb50c3 100644
--- a/etc/import/include/git2/TARGETS.git2
+++ b/etc/import/include/git2/TARGETS.git2
@@ -34,7 +34,11 @@
]
, [ "IS_32BIT"
, { "type": "case"
- , "expr": {"type": "var", "name": "TARGET_ARCH"}
+ , "expr":
+ { "type": "var"
+ , "name": "TARGET_ARCH"
+ , "default": {"type": "var", "name": "ARCH"}
+ }
, "case": {"x86": true, "arm": true}
}
]