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

21 lines
387 B
Diff

--- configure
+++ configure
@@ -8964,7 +8964,7 @@
LIBTOOL_DEPS=$ltmain
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(SHELL) $(top_builddir)/libtool.sh'
@@ -9057,7 +9057,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,