Merge pull request #16780 from Microsoft/jjh/vfs-build-tags
Fix VFS build tags Upstream-commit: 53d24291648f3c610ddb13e131a498e1d27ae676 Component: engine
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// +build linux windows
|
||||
// +build daemon
|
||||
|
||||
package vfs
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
// +build !linux,!windows
|
||||
// +build !daemon
|
||||
|
||||
package vfs
|
||||
|
||||
Reference in New Issue
Block a user