Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jun 26, 2024
1 parent 96f0d72 commit f78c7a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ VARIANT = variant 1.1.4
GEOMETRY = geometry 0.9.2
RAPIDJSON = rapidjson 1.1.0

$(MASON):
git submodule update --init

DEPS = `$(MASON) cflags $(VARIANT)` \
`$(MASON) cflags $(GEOMETRY)` \
`$(MASON) cflags $(RAPIDJSON)`
`$(MASON) cflags $(GEOMETRY)` \
`$(MASON) cflags $(RAPIDJSON)`

mason_packages/headers/geometry:
$(MASON) install $(VARIANT)
Expand Down

0 comments on commit f78c7a5

Please sign in to comment.