Skip to content

Commit

Permalink
test fix flatcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 23, 2023
1 parent 18a1e45 commit d722cb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ deps/LMDB_$(LMDB_VER).tar.gz: deps/.dir
deps/flatcc_$(FLATCC_VER).tar.gz: deps/.dir
curl -L https://github.com/jb55/flatcc/archive/$(FLATCC_VER).tar.gz -o $@

deps/flatcc/src/runtime/json_parser.c: deps/flatcc_$(FLATCC_VER).tar.gz deps/.dir
tar xf $<
rm -rf deps/flatcc
mv flatcc-$(FLATCC_VER) deps/flatcc
touch $@

deps/lmdb/lmdb.h: deps/LMDB_$(LMDB_VER).tar.gz deps/.dir
tar xf $<
rm -rf deps/lmdb
Expand Down

0 comments on commit d722cb6

Please sign in to comment.