diff options
author | davidovski <david@davidovski.xyz> | 2022-02-27 00:55:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-27 00:55:34 +0000 |
commit | 79c82d8fc0a4f6618429a0373bb832afd105543e (patch) | |
tree | 81353122644b10b2c3d5be52bf3524890cbc377b /repo/devel/make.xibuild | |
parent | 7e7775ad670c99b2823d812c782f6ff258e79b9b (diff) |
added all missing libraries and headers that musl doesnt have
Diffstat (limited to 'repo/devel/make.xibuild')
-rw-r--r-- | repo/devel/make.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/make.xibuild b/repo/devel/make.xibuild index 4b0595d..bb4412f 100644 --- a/repo/devel/make.xibuild +++ b/repo/devel/make.xibuild @@ -1,6 +1,6 @@ #!/bin/sh -MAKEDEPS="" +MAKEDEPS="musl" DEPS="" PKG_VER=4.3 |