diff --git a/zig-impl/crystal/some-crystal-app/makefile b/zig-impl/crystal/some-crystal-app/makefile index 455e27c..b52891d 100644 --- a/zig-impl/crystal/some-crystal-app/makefile +++ b/zig-impl/crystal/some-crystal-app/makefile @@ -27,7 +27,7 @@ build-authd: run-authd: @-rm /tmp/libipc-run/auth 2>/dev/null || true # LD_LIBRARY_PATH=$(LDPATH) ./bin/authd -R -E - LD_LIBRARY_PATH=$(LDPATH) ./bin/authd --allow-registrations --require-email + LD_LIBRARY_PATH=$(LDPATH) ./bin/authd --allow-registrations --require-email $(PARAMS) build-authc: CRYSTAL_LIBRARY_PATH=$(LDPATH) shards build authc