mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 07:29:35 +01:00
mount: make --daemon work for macOS without CGO
This commit is contained in:
parent
7ea68f1fc6
commit
f1a43eca4d
@ -1,6 +1,6 @@
|
||||
// Daemonization interface for non-Unix variants only
|
||||
|
||||
// +build windows darwin,!cgo
|
||||
// +build windows
|
||||
|
||||
package mountlib
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
// Daemonization interface for Unix variants only
|
||||
|
||||
// +build !windows
|
||||
// +build !darwin cgo
|
||||
|
||||
package mountlib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user