Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 701ae0c

Browse files
committed
[snapshot] Adding file path for new zjs_common.c
Fixes issue 588 where snapshot was failing to build since it didn't have the path to the new zjs_common.c file.
1 parent 7550f4a commit 701ae0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.snapshot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ setup:
2525
fi
2626

2727
CORE_SRC += src/snapshot.c \
28+
src/zjs_common.c \
2829
src/zjs_script.c
2930

3031
CORE_OBJ = $(CORE_SRC:%.c=%.o)

0 commit comments

Comments
 (0)