Files
conan-build/recipes/libffi/all/patches/0002-3.4.6-fix-libtool-path.patch
2024-12-26 12:02:17 +03:00

21 lines
384 B
Diff

--- configure
+++ configure
@@ -9882,7 +9882,7 @@
LIBTOOL_DEPS=$ltmain
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(SHELL) $(top_builddir)/libtool.sh'
@@ -9974,7 +9974,7 @@
esac
# Global variables:
-ofile=libtool
+ofile=libtool.sh
can_build_shared=yes
# All known linkers require a '.a' archive for static linking (except MSVC and