Przeglądaj źródła

Windows - Really fix VFS this time

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 10 lat temu
rodzic
commit
59cfc08982

+ 1 - 1
daemon/graphdriver/vfs/driver.go

@@ -1,4 +1,4 @@
-// +build linux
+// +build linux windows
 
 
 package vfs
 package vfs
 
 

+ 1 - 1
daemon/graphdriver/vfs/driver_unsupported.go

@@ -1,3 +1,3 @@
-// +build !linux
+// +build !linux,!windows
 
 
 package vfs
 package vfs