mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
Merge branch 'master' of github.com:zerotier/ZeroTierOne
This commit is contained in:
commit
7ea2354540
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ ifeq ($(ZT_SSO_SUPPORTED), 1)
|
|||
ifeq ($(ZT_EMBEDDED),)
|
||||
zeroidc: FORCE
|
||||
# export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build -j1 $(RUSTFLAGS)
|
||||
export PATH=/root/.cargo/bin:$$PATH; cd zeroidc && cargo build $(RUSTFLAGS)
|
||||
export PATH=/${HOME}/.cargo/bin:$$PATH; cd zeroidc && cargo build $(RUSTFLAGS)
|
||||
endif
|
||||
else
|
||||
zeroidc:
|
||||
|
|
Loading…
Add table
Reference in a new issue