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.git29
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/import/include/git2/TARGETS.git2 b/etc/import/include/git2/TARGETS.git2
index 8f3484e9..29a5d269 100644
--- a/etc/import/include/git2/TARGETS.git2
+++ b/etc/import/include/git2/TARGETS.git2
@@ -2,6 +2,7 @@
{ "type": "configure"
, "arguments_config":
[ "OS"
+ , "ARCH"
, "TARGET_ARCH"
, "DEBUG_POOL"
, "ENABLE_TRACE"
@@ -19,7 +20,13 @@
, "config":
{ "type": "let*"
, "bindings":
- [ [ "IS_BSD"
+ [ [ "TARGET_ARCH"
+ , { "type": "var"
+ , "name": "TARGET_ARCH"
+ , "default": {"type": "var", "name": "ARCH"}
+ }
+ ]
+ , [ "IS_BSD"
, { "type": "case"
, "expr": {"type": "var", "name": "OS"}
, "case": {"darwin": true, "bsd": true}