Commit Graph

1 Commits (634201f29a3352f7f7fa124ae1231a7629c8b32e)

Author SHA1 Message Date
Araragi Hokuto 6673733da7 Fix build failure on illumos
Previously v2ray can not be built on illumos due to following reasons:
1. missing build tags in transport/internet/sockopt_other.go
2. many definitions in syscall does not exist on illumos
This commit addresses these problems by adding missing build tags, and
updates those missing syscall deps on illumos to use x/sys/unix.
2020-03-22 01:06:13 +08:00