mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
355 B
Diff
12 lines
355 B
Diff
--- Makefile.orig 2025-02-27 16:26:18.000000000 -0500
|
|
+++ Makefile 2025-02-27 16:26:31.000000000 -0500
|
|
@@ -4,7 +4,7 @@
|
|
default: build
|
|
|
|
bin/docker-machine-driver-parallels:
|
|
- go build -i -ldflags "$(GO_LDFLAGS)" \
|
|
+ go build -ldflags "$(GO_LDFLAGS)" \
|
|
-o ./bin/docker-machine-driver-parallels ./bin
|
|
|
|
build: clean bin/docker-machine-driver-parallels
|