mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
source: Fix failing build on windows
The +build directive was not being picked up. Apparently needs a space after the +build line.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// +build linux,darwin
|
||||
// +build linux darwin !windows
|
||||
|
||||
package source
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user