Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zerotier/ZeroTierOne
Browse files Browse the repository at this point in the history
  • Loading branch information
adamierymenko committed Apr 27, 2022
2 parents 760bba6 + 36475ae commit 7ea2354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ea2354

Please sign in to comment.