Skip to content

Commit ef502c4

Browse files
authored
chore: Fix compile_commands.json (#530)
1 parent a35627d commit ef502c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/js-compute-runtime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ compile_commands.json:
384384
sep=","; \
385385
echo "{ \"directory\": \"$(FSM_SRC)\","; \
386386
echo " \"command\": \"$(WASI_CXX) $(CXX_FLAGS) $(INCLUDES) $(DEFINES)\","; \
387-
echo -n " \"file\": \"$${file#$(FSM_SRC)}\"}"; \
387+
echo -n " \"file\": \"$${file}\"}"; \
388388
done; \
389389
echo; \
390390
echo ']' \

0 commit comments

Comments
 (0)