rclone/cmd/selfupdate_enabled.go

8 lines
196 B
Go
Raw Normal View History

// +build !noselfupdate
package cmd
// This constant must be in the `cmd` package rather than `cmd/selfupdate`
// to prevent build failure due to dependency loop.
const selfupdateEnabled = true