Crystal bindings: compile authc.
parent
ddc1d65bef
commit
1c850be4cf
|
@ -25,7 +25,9 @@ build-authd:
|
||||||
CRYSTAL_LIBRARY_PATH=$(LDPATH) shards build authd
|
CRYSTAL_LIBRARY_PATH=$(LDPATH) shards build authd
|
||||||
|
|
||||||
run-authd:
|
run-authd:
|
||||||
LD_LIBRARY_PATH=$(LDPATH) ./bin/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
|
||||||
|
|
||||||
build-authc:
|
build-authc:
|
||||||
CRYSTAL_LIBRARY_PATH=$(LDPATH) shards build authc
|
CRYSTAL_LIBRARY_PATH=$(LDPATH) shards build authc
|
||||||
|
@ -33,6 +35,5 @@ build-authc:
|
||||||
run-authc:
|
run-authc:
|
||||||
LD_LIBRARY_PATH=$(LDPATH) ./bin/authc
|
LD_LIBRARY_PATH=$(LDPATH) ./bin/authc
|
||||||
|
|
||||||
|
|
||||||
run-test:
|
run-test:
|
||||||
crystal run src/libauth.cr
|
crystal run src/libauth.cr
|
||||||
|
|
|
@ -12,7 +12,7 @@ targets:
|
||||||
authd:
|
authd:
|
||||||
main: authd/main.cr
|
main: authd/main.cr
|
||||||
authc:
|
authc:
|
||||||
main: authd/authc.cr
|
main: authc/authc.cr
|
||||||
|
|
||||||
crystal: 1.7.1
|
crystal: 1.7.1
|
||||||
|
|
||||||
|
|
Reference in New Issue