mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02: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