Skip to content

Commit

Permalink
configure: for now all platforms different than darwin are generic
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Dec 12, 2022
1 parent 43e672d commit 0c931a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ case "$host_os" in
*darwin*)
PLATFORM=darwin
;;
*linux*)
*)
PLATFORM=generic
;;
esac
Expand Down

0 comments on commit 0c931a5

Please sign in to comment.