1diff --git a/builder.go b/builder.go
2index ed6c5ef..36e8055 100644
3--- a/builder.go
4+++ b/builder.go
5@@ -200,7 +200,7 @@ func NewReplace(old, new string) Replace {
6 // It is the caller's responsibility to remove the folder when finished.
7 func newTempFolder() (string, error) {
8 var parentDir string
9- if runtime.GOOS == "darwin" {
10+ if false && runtime.GOOS == "darwin" {
11 // After upgrading to macOS High Sierra, Caddy builds mysteriously
12 // started missing the embedded version information that -ldflags
13 // was supposed to produce. But it only happened on macOS after