Skip to content

Commit

Permalink
ncc: we need to set variables like CC in a different way, to avoid th…
Browse files Browse the repository at this point in the history
…em being overwritten by configure-specified values.
  • Loading branch information
bitonic-cjp authored and rustyrussell committed Jun 26, 2018
1 parent e59489f commit 50efe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50efe34

Please sign in to comment.