mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +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(
|
find_program(
|
||||||
GO go
|
GO go
|
||||||
HINTS "/usr/local/go" "C:/go/bin"
|
HINTS "/usr/local/go/bin" "C:/go/bin"
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT GO)
|
if(NOT GO)
|
||||||
|
|
Loading…
Add table
Reference in a new issue