diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-14 11:07:17 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-14 12:15:18 +0100 |
commit | 7c4af7b665b46e056bc5cbc0ce516322f2ccbc38 (patch) | |
tree | 3b7e7c3698deaee29d107b0742df9bc24ccab6bd | |
parent | 923a9192b9bd25843aeb58c622ddd0791b20db14 (diff) | |
download | justbuild-7c4af7b665b46e056bc5cbc0ce516322f2ccbc38.tar.gz |
export of gsl: add missing flexible_config "ENV"
As a library, that target depends implicitly on the toolchain,
hence the already present export of "TOOLCHAIN_CONFIG", but also
the environment for using that toolchain. So, export "ENV" as well.
-rw-r--r-- | etc/import/TARGETS.gsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/import/TARGETS.gsl b/etc/import/TARGETS.gsl index ee979cc3..50d0d127 100644 --- a/etc/import/TARGETS.gsl +++ b/etc/import/TARGETS.gsl @@ -1,7 +1,7 @@ { "gsl": { "type": "export" , "target": "gsl (unexported)" - , "flexible_config": ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"] + , "flexible_config": ["OS", "ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG", "ENV"] } , "gsl (unexported)": { "type": ["@", "rules", "CC", "library"] |