We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3530298 commit 2852d00Copy full SHA for 2852d00
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: all build clean test test-unit test-integration
2
3
GIT_VERSION ?= $(shell git describe --always --dirty)
4
-CGO_CFLAGS=-mmacosx-version-min=11.0
+CGO_CFLAGS=-mmacosx-version-min=13.0
5
VERSION_LDFLAGS=-X github.com/crc-org/vfkit/pkg/cmdline.gitVersion=$(GIT_VERSION)
6
7
all: build
0 commit comments