mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
edd3db2e3b
* [libffi] Use upstream's build system * WIP [skip actions] * WIP [skip actions] * WIP [skip actions] * Finish libffi * Fix downstream lookup * Update versions * [gobject-introspection] Require libffi * Move DLLs to bin * [libffi] Usage * Restore azp * Fix typo * CI
13 lines
326 B
Diff
13 lines
326 B
Diff
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)
|