Skip to content

Commit 2852d00

Browse files
committed
make: change macosx minimum version to 13.0
1 parent 3530298 commit 2852d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all build clean test test-unit test-integration
22

33
GIT_VERSION ?= $(shell git describe --always --dirty)
4-
CGO_CFLAGS=-mmacosx-version-min=11.0
4+
CGO_CFLAGS=-mmacosx-version-min=13.0
55
VERSION_LDFLAGS=-X github.com/crc-org/vfkit/pkg/cmdline.gitVersion=$(GIT_VERSION)
66

77
all: build

0 commit comments

Comments
 (0)