lib/systems: Add uClibc just like MUSL

This commit is contained in:
John Ericson
2018-05-09 23:39:23 -04:00
parent 3fa0ba9177
commit e42a7a5c0b
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ rec {
/**/ if final.isDarwin then "libSystem"
else if final.isMinGW then "msvcrt"
else if final.isMusl then "musl"
else if final.isUClibc then "uclibc"
else if final.isAndroid then "bionic"
else if final.isLinux /* default */ then "glibc"
# TODO(@Ericson2314) think more about other operating systems