mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 20:32:35 -03:00
Fix for Windows compile issue
Change CPPFLAGS_FOR_BUILD path (by paveljanik)
This commit is contained in:
parent
2bfb82b10e
commit
445f7f104c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ TESTS = tests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_ECMULT_STATIC_PRECOMPUTATION
|
if USE_ECMULT_STATIC_PRECOMPUTATION
|
||||||
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)/
|
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
|
||||||
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
|
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
|
||||||
|
|
||||||
gen_context_OBJECTS = gen_context.o
|
gen_context_OBJECTS = gen_context.o
|
||||||
|
|
Loading…
Reference in a new issue