fix: use --locked instead of --frozen

This commit is contained in:
Ashley Wulber 2022-08-16 19:19:05 -04:00
parent 9268756fc7
commit f1e3e3bf98
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -18,7 +18,7 @@ endif
VENDOR ?= 0
ifneq ($(VENDOR),0)
ARGS += --frozen
ARGS += --locked
endif
TARGET_BIN="$(DESTDIR)$(bindir)/$(BINARY)"