From 740f197487b91deaed791a8e0016c0972f4c7cec Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Sun, 9 Apr 2017 02:11:18 -0400 Subject: [PATCH] Linux does not need the musl-libc, just the cross compiler (issue #175) --- modules/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux b/modules/linux index ad7ca12b..9522f984 100644 --- a/modules/linux +++ b/modules/linux @@ -44,4 +44,4 @@ linux_target := \ -j $(MAKE_JOBS) \ # We cross compile linux now -linux_depends := $(musl_dep) +linux_depends := musl-cross