]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/cfstring-utf16/Makefile
ld64-274.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / cfstring-utf16 / Makefile
index 272cb9f60b65bc0c23785a93185d77ba1f5fcea6..a707ba564950ea19fe41a5bcc1d4c6c4ae6e63e0 100644 (file)
@@ -42,8 +42,8 @@ run: all
 
 all:
        ${CC} ${CCFLAGS} foo.m bar.m -o foo -framework CoreFoundation -dead_strip
-       size -l foo | grep "__cfstring: ${CFSTRING_SIZE}" | ${FAIL_IF_EMPTY}
-       size -l foo | grep "__ustring: ${USTRING_SIZE}" | ${FAIL_IF_EMPTY}
+       size -m -l foo | grep "__cfstring: ${CFSTRING_SIZE}" | ${FAIL_IF_EMPTY}
+       size -m -l foo | grep "__ustring: ${USTRING_SIZE}" | ${FAIL_IF_EMPTY}
        ${PASS_IFF_GOOD_MACHO} foo
 
 clean: