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

Commit cd4e16a

Browse files
brianjjonesgrgustaf
authored andcommitted
[snapshot] Adding file path for new zjs_common.c (#592)
Fixes issue #588 where snapshot was failing to build since it didn't have the path to the new zjs_common.c file. Signed-off-by: Brian J Jones <[email protected]>
1 parent 7550f4a commit cd4e16a

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)