From 0f698230772d1def12de1355d21851e3f53436c9 Mon Sep 17 00:00:00 2001
From: Tonis Tiigi <tonistiigi@gmail.com>
Date: Thu, 5 Mar 2015 17:47:30 +0200
Subject: [PATCH] Add nofuse build tag to darwin mounter

---
 core/commands/mount_darwin.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/commands/mount_darwin.go b/core/commands/mount_darwin.go
index c9eabb4b0..33612ba5a 100644
--- a/core/commands/mount_darwin.go
+++ b/core/commands/mount_darwin.go
@@ -1,3 +1,5 @@
+// +build !nofuse
+
 package commands
 
 import (
-- 
GitLab