From f55672f7f71ce1136927edf0dc001058294c1505 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 23 May 2024 10:46:14 +0200 Subject: ["CC/pkgconfig", "system_library"]: honor shell toolchain ... instead of hard-coding /bin/sh. --- CC/pkgconfig/RULES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CC/pkgconfig/RULES') diff --git a/CC/pkgconfig/RULES b/CC/pkgconfig/RULES index 1d3b613..f51d949 100644 --- a/CC/pkgconfig/RULES +++ b/CC/pkgconfig/RULES @@ -2,7 +2,10 @@ { "doc": ["A system library via pkg-config"] , "string_fields": ["name", "args", "stage"] , "implicit": - {"defaults": [["./", "..", "defaults"]], "add_rpath": ["add_rpath"]} + { "defaults": [["./", "..", "defaults"]] + , "shell defaults": [["shell", "defaults"]] + , "add_rpath": ["add_rpath"] + } , "config_vars": ["PKG_CONFIG_ARGS", "ENV"] , "field_doc": { "name": ["The pkg-config name of the library."] -- cgit v1.2.3