Files
conan-build/recipes/libffi/all/patches/0005-3.4.4-do-not-install-libraries-to-arch-dependent-directories.patch
2024-12-26 12:02:17 +03:00

14 lines
397 B
Diff

diff --git a/Makefile.in b/Makefile.in
index 86eb4a5..450200a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -521,7 +521,7 @@ target_os = @target_os@
target_vendor = @target_vendor@
tmake_file = @tmake_file@
toolexecdir = @toolexecdir@
-toolexeclibdir = @toolexeclibdir@
+toolexeclibdir = @libdir@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@