aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libffi/dll-bindir.diff
blob: 51e15413dffaa0c9292d89b9ed0a440e86f4680a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/configure.host b/configure.host
index f23716f..78d317b 100644
--- a/configure.host
+++ b/configure.host
@@ -103,6 +103,7 @@ case "${host}" in
 	else
 	  AM_LTLDFLAGS='-no-undefined -bindir "$(bindir)"';
 	fi
+	AM_LTLDFLAGS='-no-undefined';
 	;;
 
   i?86-*-darwin* | x86_64-*-darwin* | i?86-*-ios | x86_64-*-ios)