From b6f4d9df790ead38402a22017d0d3a67c58e40b7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 8 Feb 2025 17:45:09 -0500 Subject: [PATCH] Update osxcross. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b360d9..2e64322 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ $(toolchain-mac): export PATH := $(LOCAL_DIR)/osxcross/bin:$(PATH) $(toolchain-mac): # Obtain osxcross sources. git clone "https://github.com/tpoechtrager/osxcross.git" osxcross - cd osxcross && git checkout b8e6ccbaecd977edf6bb009f08c5c0b3ef72f805 + cd osxcross && git checkout 611675b5179c4a9a5e33eac6c376ed8f986bab21 # Build a custom clang compiler using the system's gcc compiler. # This enables us to have custom compiler environment needed for cross-compilation.