--- libmacho/Makefile.orig	2022-12-05 16:02:41.000000000 -0800
+++ libmacho/Makefile	2022-12-05 16:04:06.000000000 -0800
@@ -22,11 +22,11 @@
 
 ifneq "" "$(SDKROOT)"
   SDK = -isysroot $(SDKROOT)
-  CC = $(shell xcrun -find -sdk $(SDKROOT) cc)
-  STRIP = $(shell xcrun -find -sdk ${SDKROOT} strip)
-  DSYMUTIL = $(shell xcrun -find -sdk ${SDKROOT} dsymutil)
-  LIBTOOL = $(shell xcrun -find -sdk $(SDKROOT) libtool)
-  RANLIB = $(shell xcrun -find -sdk $(SDKROOT) ranlib)
+  CC = $(CC)
+  STRIP = strip
+  DSYMUTIL = dsymutil
+  LIBTOOL = libtool
+  RANLIB = ranlib
 else
   STRIP = strip
   DSYMUTIL = dsymutil
