Skip to content

Commit ee1fda1

Browse files
authored
Merge branch 'master' into nr/2023-aug-sync-latest
2 parents f6defa8 + 54ec387 commit ee1fda1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ out/vfs.bc: src/vfs.c sqlite-src/$(SQLITE_AMALGAMATION)
160160
# Generate llvm bitcode
161161
$(EMCC) $(CFLAGS) -s LINKABLE=1 -I sqlite-src/$(SQLITE_AMALGAMATION) -c src/vfs.c -o $@
162162

163+
out/vfs.bc: src/vfs.c sqlite-src/$(SQLITE_AMALGAMATION)
164+
mkdir -p out
165+
# Generate llvm bitcode
166+
$(EMCC) $(CFLAGS) -s LINKABLE=1 -I sqlite-src/$(SQLITE_AMALGAMATION) -c src/vfs.c -o $@
167+
163168
# TODO: This target appears to be unused. If we re-instatate it, we'll need to add more files inside of the JS folder
164169
# module.tar.gz: test package.json AUTHORS README.md dist/sql-asm.js
165170
# tar --create --gzip $^ > $@

0 commit comments

Comments
 (0)