Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/10
21 lines
384 B
Diff
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
|