]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/test-cases/bundle-memory-load-fat/Makefile
dyld-360.22.tar.gz
[apple/dyld.git] / unit-tests / test-cases / bundle-memory-load-fat / Makefile
index e87cda5f81b5ac85327d8ef2ea883ba9d3b005bd..00641d0164f8ab52781bf73aca48a87b21103845 100644 (file)
@@ -23,7 +23,7 @@
 TESTROOT = ../..
 include ${TESTROOT}/include/common.makefile
 
-FATFLAGS = $(shell lipo -detailed_info $(IOSROOT)/usr/lib/libSystem.B.dylib | grep architecture | sed -e 's/architecture/-arch/')
+FATFLAGS = $(shell ${LIPO} -detailed_info $(IOSROOT)/usr/lib/libSystem.B.dylib | grep architecture | sed -e 's/architecture/-arch/')
 
 all-check: all check