Skip to content

Commit f266b99

Browse files
committed
fix(plum): install from source tarball
1 parent 7819592 commit f266b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
# Note this doesn't work for `extra`, because non of the extra input schemas are
2020
# enabled by default.
2121
all preset extra minimal:
22-
no_update=1 $(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)$${build_bin:+-bin}
22+
$(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)$${build_bin:+-bin}
2323

2424
install clean:
2525
$(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)

0 commit comments

Comments
 (0)