From 82f680c6a4c79da0c9c8b9fc12d4bb0a8319b079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uriel=20M=C3=A1rquez?= Date: Thu, 21 Jun 2018 04:51:05 -0500 Subject: [PATCH 1/2] ServerPath = "" on windows build --- server_windows.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server_windows.go diff --git a/server_windows.go b/server_windows.go new file mode 100644 index 0000000..458db69 --- /dev/null +++ b/server_windows.go @@ -0,0 +1,6 @@ +// +build windows + +package sc + +// ServerPath is the path the scsynth executable on linux systems. +const ServerPath = "" From 7f3c404dcbc79130376b94ca151c582a4c4da97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uriel=20M=C3=A1rquez?= Date: Thu, 21 Jun 2018 04:51:05 -0500 Subject: [PATCH 2/2] ServerPath = "" on windows build --- server_windows.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 server_windows.go diff --git a/server_windows.go b/server_windows.go new file mode 100644 index 0000000..637e84c --- /dev/null +++ b/server_windows.go @@ -0,0 +1,6 @@ +// +build windows + +package sc + +// ServerPath is the path the scsynth executable on windows systems. +const ServerPath = ""