X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/2f2f92e40575142405a1caa9bcf847f7ad011c92..a645023da60d22e86be13f7b4d97adeff8bc6665:/unit-tests/test-cases/dylib-aliases/Makefile diff --git a/unit-tests/test-cases/dylib-aliases/Makefile b/unit-tests/test-cases/dylib-aliases/Makefile old mode 100755 new mode 100644 index 1cf9fa0..5ed2e91 --- a/unit-tests/test-cases/dylib-aliases/Makefile +++ b/unit-tests/test-cases/dylib-aliases/Makefile @@ -31,7 +31,7 @@ include ${TESTROOT}/include/common.makefile run: all all: libfoo.dylib libbar.dylib libbaz.dylib - ${CC} ${CCFLAGS} main.c -o main -lfoo -lbar -lbaz -L. + ${CC} ${CCFLAGS} main.c -o main -lfoo -lbar -lbaz -L. -Wl,-w ${PASS_IFF_GOOD_MACHO} main libfoo.dylib : foo.c