mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
cmount: Add optional brew tag to throw an error when using mount in the
binaries installed via Homebrew - Fixes #4775 Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
70e8b11805
commit
07dee18d6b
@@ -1,7 +1,7 @@
|
||||
// Build for mount for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// Invert the build constraint: linux,go1.13 darwin,go1.13 freebsd,go1.13
|
||||
// Invert the build constraint: linux,go1.13 freebsd,go1.13
|
||||
//
|
||||
// !((linux&&go1.13) || (freebsd&&go1.13))
|
||||
// == !(linux&&go1.13) && !(freebsd&&go1.13))
|
||||
|
||||
Reference in New Issue
Block a user