From 9d2db27adf131ea94ac6f35eab204eb24c7cb2a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 5 Jan 2021 10:45:28 +0100 Subject: build: Add CPPFLAGS to assembler command line We use GCC to call the assembler. This means the assembler files are processed by the C preprocessor. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index b5662e12da..3a2e29048e 100755 --- a/wscript +++ b/wscript @@ -574,6 +574,7 @@ class ObjectsItem(Item): def do_build(self, bld, bic): bld.objects( + asflags=self.data["cppflags"], cflags=self.data["cflags"], cppflags=self.data["cppflags"], cxxflags=self.data["cxxflags"], -- cgit v1.2.3