Skip to content

Commit 1cbb459

Browse files
Updated include target to copy json5_parser headers
1 parent 7c6b619 commit 1cbb459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif
3333
# Utility programs
3434
EXES=classdesc insert-friend
3535
# wildcard runs before functiondb.h is created on some systems
36-
INCLUDES=$(wildcard *.h) functiondb.h unpack_base.h json_unpack_base.h $(wildcard json_spirit/json_spirit/*.h)
36+
INCLUDES=$(wildcard *.h) functiondb.h unpack_base.h json_unpack_base.h $(wildcard json5_parser/json5_parser/*.h)
3737

3838
# canonicalise CYGWIN's OS name
3939
ifeq ($(findstring CYGWIN,$(OS)),CYGWIN)

0 commit comments

Comments
 (0)