fix compilation on openbsd via makefile

This commit is contained in:
Tiffany Bennett 2024-06-02 12:35:30 -07:00
parent d642411f31
commit 50821a845a

View file

@ -22,7 +22,6 @@ man7dir := $(mandir)/man7
srcdir := .
RINK_PATH := $(prefix)/share/rink
export RINK_PATH
all: bin man
@ -30,7 +29,7 @@ fetch:
$(CARGO) fetch $(FETCHFLAGS)
bin:
$(CARGO) build $(BUILDFLAGS) -p rink
RINK_PATH=$(RINK_PATH) $(CARGO) build $(BUILDFLAGS) -p rink
test:
$(CARGO) test $(CHECKFLAGS) --all