Skip to content

Commit

Permalink
fix x86 build (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
BomberFish committed Dec 26, 2023
1 parent 965e2e4 commit fe5dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CFLAGS += -arch arm64 -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -m
else
BUILD_DIR := build
OUTPUT_DIR := output
CFLAGS += $(shell pkg-config --libs libcrypto)
CFLAGS += $(shell pkg-config --libs libcrypto) -mmacosx-version-min=10.13
endif

SRC_DIR := src
Expand Down

0 comments on commit fe5dd4e

Please sign in to comment.