Skip to content

Commit

Permalink
Fix compile conflict between Linux/Unix and Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord of Scripts committed Sep 18, 2024
1 parent 77b4b43 commit 44dbbda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browsers/chromium/chromium_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux || aix || darwin || dragonfly || freebsd || netbsd || openbsd || solaris
//go:build linux || aix || freebsd || netbsd || openbsd || solaris

/* -----------------------------------------------------------------
* L o r d O f S c r i p t s (tm)
Expand Down
2 changes: 1 addition & 1 deletion browsers/firefox/firefox_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux || aix || darwin || dragonfly || freebsd || netbsd || openbsd || solaris
//go:build linux || aix || freebsd || netbsd || openbsd || solaris

/* -----------------------------------------------------------------
* L o r d O f S c r i p t s (tm)
Expand Down
2 changes: 1 addition & 1 deletion browsers/firefox/firefox_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
package firefox

import (
"errors"
"fmt"
"os"
"errors"
"path/filepath"

cmn "github.com/lordofscripts/wipechromium"
Expand Down

0 comments on commit 44dbbda

Please sign in to comment.