Skip to content

Commit

Permalink
modules: unbreak them on macos
Browse files Browse the repository at this point in the history
Using the correct shared library suffix helps ;)

Signed-off-by: Gerd Hoffmann <[email protected]>
Message-id: [email protected]
  • Loading branch information
kraxel committed Oct 29, 2020
1 parent 43376cc commit 5869f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5869f8d

Please sign in to comment.