mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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:
parent
8df88496e2
commit
c9223cfd7b
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
// +build linux,darwin
|
// +build linux darwin !windows
|
||||||
|
|
||||||
package source
|
package source
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue