From 7c4af7b665b46e056bc5cbc0ce516322f2ccbc38 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 14 Mar 2024 11:07:17 +0100 Subject: 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. --- etc/import/TARGETS.gsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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"] -- cgit v1.2.3