aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 835a407..dae2c8e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,11 +46,11 @@ endif
46 46
47# Use CGO for non-Linux builds. 47# Use CGO for non-Linux builds.
48ifeq ($(GOOS), linux) 48ifeq ($(GOOS), linux)
49 PROMU_CONF ?= .promu-no-cgo.yml 49 PROMU_CONF ?= .promu.yml
50else 50else
51 ifndef GOOS 51 ifndef GOOS
52 ifeq ($(OS_detected), Linux) 52 ifeq ($(OS_detected), Linux)
53 PROMU_CONF ?= .promu-no-cgo.yml 53 PROMU_CONF ?= .promu.yml
54 else 54 else
55 PROMU_CONF ?= .promu-cgo.yml 55 PROMU_CONF ?= .promu-cgo.yml
56 endif 56 endif