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
configure
vendored
1
configure
vendored
@ -618,6 +618,7 @@ Darwin)
|
|||||||
if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then
|
if test -z "$cpu" && test "$(sysctl -n hw.optional.x86_64)" = "1"; then
|
||||||
cpu="x86_64"
|
cpu="x86_64"
|
||||||
fi
|
fi
|
||||||
|
HOST_DSOSUF=".dylib"
|
||||||
;;
|
;;
|
||||||
SunOS)
|
SunOS)
|
||||||
# $(uname -m) returns i86pc even on an x86_64 box, so default based on isainfo
|
# $(uname -m) returns i86pc even on an x86_64 box, so default based on isainfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user