Skip to content

Commit

Permalink
Fix for Windows compile issue
Browse files Browse the repository at this point in the history
Change CPPFLAGS_FOR_BUILD path  (by paveljanik)
  • Loading branch information
ptschip committed Nov 17, 2015
1 parent 2bfb82b commit 445f7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ TESTS = tests
endif

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

gen_context_OBJECTS = gen_context.o
Expand Down

0 comments on commit 445f7f1

Please sign in to comment.