fix build on OpenBSD by defining Self()
Signed-off-by: Fabian Raetz <fabian.raetz@gmail.com> Upstream-commit: 21537b818de5e4167c5a3856c25b9b06cf16d87d Component: engine
This commit is contained in:
@ -6,6 +6,10 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
func Self() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// Command is unsupported on operating systems apart from Linux, Windows, and Darwin.
|
||||
func Command(args ...string) *exec.Cmd {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user