fix: use --locked instead of --frozen
This commit is contained in:
parent
9268756fc7
commit
f1e3e3bf98
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ endif
|
||||||
|
|
||||||
VENDOR ?= 0
|
VENDOR ?= 0
|
||||||
ifneq ($(VENDOR),0)
|
ifneq ($(VENDOR),0)
|
||||||
ARGS += --frozen
|
ARGS += --locked
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET_BIN="$(DESTDIR)$(bindir)/$(BINARY)"
|
TARGET_BIN="$(DESTDIR)$(bindir)/$(BINARY)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue