From f16127a238c68989c42b74bf0d50202e77ac0d4b Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 10 Feb 2025 21:28:22 -0500 Subject: [PATCH] build: Fix mixing directory for lipo targets. --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index c4e9c6165..080ba00f6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1269,6 +1269,7 @@ endif out/macos%/tildefriends: out/macos%-arm/tildefriends out/macos%-x86_64/tildefriends @echo [lipo] $@ + @mkdir -p $(@D) @deps/macos_toolchain/bin/lipo -create -output $@ $^ ##