diff options
-rw-r--r-- | etc/import/TARGETS.boringssl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/import/TARGETS.boringssl b/etc/import/TARGETS.boringssl index 48954ae3..b1e25581 100644 --- a/etc/import/TARGETS.boringssl +++ b/etc/import/TARGETS.boringssl @@ -1,4 +1,21 @@ { "crypto": + { "type": "configure" + , "target": "exported crypto" + , "arguments_config": ["ARCH", "TARGET_ARCH"] + , "config": + { "type": "let*" + , "bindings": + [ [ "TARGET_ARCH" + , { "type": "var" + , "name": "TARGET_ARCH" + , "default": {"type": "var", "name": "ARCH"} + } + ] + ] + , "body": {"type": "env", "vars": ["TARGET_ARCH"]} + } + } +, "exported crypto": { "type": "export" , "target": "crypto-lib" , "flexible_config": |