]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/run-all-unit-tests
ld64-133.3.tar.gz
[apple/ld64.git] / unit-tests / run-all-unit-tests
index c07c947d5ecb63cb5b9252e7789c8308c5b4ef87..92851281512dcba73c398be50713cb6b274341e0 100755 (executable)
@@ -15,7 +15,7 @@ cd `echo "$0" | sed 's/run-all-unit-tests/test-cases/'`
 all_archs="x86_64  i386"
 valid_archs="x86_64 i386"
 # only test arm code if iOS platform tools installed
-if [ -d /Developer/Platforms/iPhoneOS.platform/Developer/SDKs ]
+if [ -d /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs ]
 then
     all_archs="${all_archs}  armv7"
     valid_archs="${valid_archs} armv7"