Skip to content

Commit fd0c906

Browse files
committed
Merge branch 'multipath' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into multipath
2 parents decd5ad + bd6c97a commit fd0c906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-mac.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mac-agent: FORCE
9999

100100
one: $(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
101101
$(CXX) $(CXXFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LIBS)
102-
$(STRIP) zerotier-one
102+
# $(STRIP) zerotier-one
103103
ln -sf zerotier-one zerotier-idtool
104104
ln -sf zerotier-one zerotier-cli
105105
$(CODESIGN) -f -s $(CODESIGN_APP_CERT) zerotier-one

0 commit comments

Comments
 (0)