mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
linux/amd64 have the nocgo binary to support system where standard libc missing. If the current binary is a nocgo version, "ctrld upgrade" command must honor the nocgo setting and download the right binary.
6 lines
53 B
Go
6 lines
53 B
Go
//go:build cgo
|
|
|
|
package cli
|
|
|
|
const cgoEnabled = true
|