diff options
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.gsl')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.gsl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/import.pkgconfig/TARGETS.gsl b/etc/import.pkgconfig/TARGETS.gsl index e73040f5..866c3fcf 100644 --- a/etc/import.pkgconfig/TARGETS.gsl +++ b/etc/import.pkgconfig/TARGETS.gsl @@ -1,5 +1,3 @@ -{ "gsl-lite": - { "type": ["@", "rules", "CC/pkgconfig", "system_library"] - , "name": ["gsl-lite"] - } +{ "gsl": + {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["gsl"]} } |