diff options
-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"] |