mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
modules: unbreak them on macos
Using the correct shared library suffix helps ;) Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201027120603.3625-1-kraxel@redhat.com
This commit is contained in:
parent
43376ccc8d
commit
5869f8dd1f
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue