Skip to content

Commit 6c527ec

Browse files
committed
Merge pull request #357
445f7f1 Fix for Windows compile issue (ptschip)
2 parents 2bfb82b + 445f7f1 commit 6c527ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TESTS = tests
7575
endif
7676

7777
if USE_ECMULT_STATIC_PRECOMPUTATION
78-
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)/
78+
CPPFLAGS_FOR_BUILD +=-I$(top_srcdir)
7979
CFLAGS_FOR_BUILD += -Wall -Wextra -Wno-unused-function
8080

8181
gen_context_OBJECTS = gen_context.o

0 commit comments

Comments
 (0)