From: Gerd Hoffmann Date: Tue, 27 Oct 2020 12:06:03 +0000 (+0100) Subject: modules: unbreak them on macos X-Git-Tag: v5.2.0-rc0~13^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5869f8dd1f57ce93f80171427e723227471d8a33;p=thirdparty%2Fqemu.git modules: unbreak them on macos Using the correct shared library suffix helps ;) Signed-off-by: Gerd Hoffmann Message-id: 20201027120603.3625-1-kraxel@redhat.com --- diff --git a/configure b/configure index 83610b0db8e..6df4306c884 100755 --- a/configure +++ b/configure @@ -618,6 +618,7 @@ Darwin) if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then cpu="x86_64" fi + HOST_DSOSUF=".dylib" ;; SunOS) # $(uname -m) returns i86pc even on an x86_64 box, so default based on isainfo