From 18d2c74493d270d896a81e8593acdbee8b295408 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 8 Dec 2022 12:53:55 +0100 Subject: rules: Fix missing cflags for linking test binary ... which is required for cross-compilation, e.g., clang's `-target` option. --- CC/test/RULES | 1 + 1 file changed, 1 insertion(+) diff --git a/CC/test/RULES b/CC/test/RULES index 8082047..0d7a9ba 100644 --- a/CC/test/RULES +++ b/CC/test/RULES @@ -197,6 +197,7 @@ , "-o" , {"type": "var", "name": "binary name"} ] + , {"type": "var", "name": "CXXFLAGS"} , {"type": "var", "name": "link-args"} ] } -- cgit v1.2.3