From 3b1d1e390b0de137a32bc5c4a8865e5417b3673b Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Sat, 4 May 2024 12:22:05 +0200 Subject: ["CC/pkgconfig", "system_library"]: honor ENV also for aux action Our pkg config rule postprocesses the output of pkgconfig to add options -rpath where appropriate. This postprocessing, however, relies on (standard) tools from the environment, in particular cat(1). Therefore, the environment (in particular PATH) needs to be set properly for this auxilliary action. --- CC/pkgconfig/EXPRESSIONS | 1 + 1 file changed, 1 insertion(+) (limited to 'CC') diff --git a/CC/pkgconfig/EXPRESSIONS b/CC/pkgconfig/EXPRESSIONS index b835b58..9b865de 100644 --- a/CC/pkgconfig/EXPRESSIONS +++ b/CC/pkgconfig/EXPRESSIONS @@ -162,6 +162,7 @@ ] } ] + , "env": {"type": "var", "name": "ENV"} , "outs": [{"type": "var", "name": "ldflags-filename"}] } } -- cgit v1.2.3