Skip to content
Snippets Groups Projects
Commit ae1f33ac authored by Adrien Béraud's avatar Adrien Béraud
Browse files

android: properly detect host

parent b1fb0244
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@ case "${host_os}" in
"")
SYS=unknown
;;
*android*)
SYS=android
;;
linux*)
SYS=linux
;;
android*)
SYS=android
;;
darwin*)
SYS=darwin
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment