mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
ncc: we need to set variables like CC in a different way, to avoid them being overwritten by configure-specified values.
This commit is contained in:
parent
e59489f49b
commit
50efe34e3b
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user