mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
needs /bin?
This commit is contained in:
parent
df9483408d
commit
09c9e338bc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ endif()
|
|||
|
||||
find_program(
|
||||
GO go
|
||||
HINTS "/usr/local/go" "C:/go/bin"
|
||||
HINTS "/usr/local/go/bin" "C:/go/bin"
|
||||
)
|
||||
|
||||
if(NOT GO)
|
||||
|
|
Loading…
Add table
Reference in a new issue