Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxence-charriere committed Dec 22, 2018
1 parent b915ad0 commit f3cd286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/goapp/win.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func (pkg *WinPackage) buildExecutable(ctx context.Context) error {
"-o", pkg.tmpExecutable,
}

ldflags := []string{"-X github.com/murlokswarm/app.Kind=desktop"}
ldflags := []string{"-X github.com/murlokswarm/app.target=windows"}

if pkg.Verbose {
args = append(args, "-v")
Expand Down
6 changes: 0 additions & 6 deletions drivers/mac/driver_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

package mac

/*
#include "driver.h"
#include "bridge.h"
*/
import "C"

import (
"context"
"crypto/md5"
Expand Down

0 comments on commit f3cd286

Please sign in to comment.