From d03bddd7c77b585555def6d78ecbe45e0b9c876a Mon Sep 17 00:00:00 2001 From: Mark Puha Date: Mon, 10 Feb 2025 10:43:18 +0100 Subject: [PATCH] add luajit tag for lua codec --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a88647..979681a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ generate-version-and-build: @$(MAKE) amneziawg-go amneziawg-go: $(wildcard *.go) $(wildcard */*.go) - go build -v -o "$@" + go build -tags luajit -v -o "$@" install: amneziawg-go @install -v -d "$(DESTDIR)$(BINDIR)" && install -v -m 0755 "$<" "$(DESTDIR)$(BINDIR)/amneziawg-go"