Skip to content
Snippets Groups Projects
Commit 62d81aad authored by Nathan Zadoks's avatar Nathan Zadoks
Browse files

configure.ac: strip -musl in the same way as -gnu

parent e9c50064
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ AC_ARG_WITH(system, AC_HELP_STRING([--with-system=SYSTEM],
esac
case "$host_os" in
linux-gnu*)
linux-gnu*|linux-musl*)
# For backward compatibility, strip the `-gnu' part.
system="$machine_name-linux";;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment