From 50efe34e3b247def991cd6bdd03deee1ce7d1b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Plooy?= Date: Mon, 25 Jun 2018 15:53:12 +0200 Subject: [PATCH] ncc: we need to set variables like CC in a different way, to avoid them being overwritten by configure-specified values. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1022f70a5718..5755b702314f 100644 --- a/Makefile +++ b/Makefile @@ -297,7 +297,7 @@ coverage: coverage/coverage.info # We make libwallycore.la a dependency, so that it gets built normally, without ncc. # Ncc can't handle the libwally source code (yet). ncc: external/libwally-core/src/libwallycore.la - CC="ncc -ncgcc -ncld -ncfabs" AR=nccar LD=nccld make + make CC="ncc -ncgcc -ncld -ncfabs" AR=nccar LD=nccld # Ignore test/ directories. TAGS: FORCE