]> git.saurik.com Git - apple/ld64.git/blobdiff - src/create_configure
ld64-351.8.tar.gz
[apple/ld64.git] / src / create_configure
index a740779f57c69e8a36fd9da64d6613912dc4550e..7ba470b339b833cf37fcebd4ca838a1445b51279 100755 (executable)
@@ -39,7 +39,7 @@ else
 fi
 
 if [ -f "${DT_TOOLCHAIN_DIR}/usr/lib/libswiftDemangle.dylib" ]; then
-       echo "-Wl,-lazy_library,${DT_TOOLCHAIN_DIR}/usr/lib/libswiftDemangle.dylib" >  ${DERIVED_FILE_DIR}/linkExtras
+       echo "${DT_TOOLCHAIN_DIR}/usr/lib/libswiftDemangle.dylib" >  ${DERIVED_FILE_DIR}/linkExtras
        echo "#define DEMANGLE_SWIFT 1" >> ${DERIVED_FILE_DIR}/configure.h
 else
        echo "" > ${DERIVED_FILE_DIR}/linkExtras