Commit 32479503 by Torkel Ödegaard

fix(build): another windows build issue

parent b06ec734
...@@ -14,7 +14,7 @@ install: ...@@ -14,7 +14,7 @@ install:
- npm install - npm install
- npm install -g grunt-cli - npm install -g grunt-cli
# install gcc (needed for sqlite3) # install gcc (needed for sqlite3)
- choco install -y mingw -limitoutput - choco install -y --limit-output mingw
- set PATH=C:\tools\mingw64\bin;%PATH% - set PATH=C:\tools\mingw64\bin;%PATH%
- echo %PATH% - echo %PATH%
- echo %GOPATH% - echo %GOPATH%
......
...@@ -17,3 +17,6 @@ func NewSyslog(sec *ini.Section, format log15.Format) *SysLogHandler { ...@@ -17,3 +17,6 @@ func NewSyslog(sec *ini.Section, format log15.Format) *SysLogHandler {
func (sw *SysLogHandler) Log(r *log15.Record) error { func (sw *SysLogHandler) Log(r *log15.Record) error {
return nil return nil
} }
func (sw *SysLogHandler) Close() {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment