diff options
-rw-r--r-- | etc/import/TARGETS.zlib | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/import/TARGETS.zlib b/etc/import/TARGETS.zlib index a74e5103..0078b9da 100644 --- a/etc/import/TARGETS.zlib +++ b/etc/import/TARGETS.zlib @@ -1,4 +1,21 @@ { "zlib": + { "type": "configure" + , "target": "exported zlib" + , "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 zlib": { "type": "export" , "target": "zlibinternal" , "flexible_config": |