X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/60ce07c1e7dbeedd94a57ba21c14ff07c4ada4db..afe874b1634377ecb27057ee76deb04915bb34d7:/unit-tests/test-cases/weak_import-local/Makefile?ds=sidebyside diff --git a/unit-tests/test-cases/weak_import-local/Makefile b/unit-tests/test-cases/weak_import-local/Makefile index 4d21410..bc94bd0 100644 --- a/unit-tests/test-cases/weak_import-local/Makefile +++ b/unit-tests/test-cases/weak_import-local/Makefile @@ -33,7 +33,7 @@ run: all all: ${CC} ${CCFLAGS} main.c foo.c -o main ${FAIL_IF_BAD_MACHO} main - ${CC} ${CCFLAGS} main.c foo.c -o main -mmacosx-version-min=10.4 + ${CC} ${CCFLAGS} main.c foo.c -o main ${VERSION_OLD_LINKEDIT} ${PASS_IFF_GOOD_MACHO} main clean: