diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:10:43 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:11:03 -1000 |
commit | ff9969b0c3c8de1265cf8be0a17206442cb6f9bc (patch) | |
tree | 283501fc224ddec3a1f42e540f9b1c7a9fe0905f /data/xt/make.sh | |
parent | a54dd30987a8c69deae80c8f46892e8ba65eb809 (diff) |
Mark packages for iOS11+ and update various xorg packages
Diffstat (limited to 'data/xt/make.sh')
-rw-r--r-- | data/xt/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xt/make.sh b/data/xt/make.sh index e16b4aa55..924417c83 100644 --- a/data/xt/make.sh +++ b/data/xt/make.sh @@ -2,5 +2,5 @@ pkg:setup pkg:configure --enable-malloc0returnsnull gcc -c -o util/makestrs-makestrs.o util/makestrs.c gcc -o util/makestrs util/makestrs-makestrs.o -make +make -j8 V=1 pkg:install |