added libcxx

This commit is contained in:
Ella-0 2020-12-28 13:54:13 +00:00
parent a3d1fe4303
commit 3f540144cb
3 changed files with 74 additions and 5 deletions

View file

@ -1,4 +1,7 @@
#!/bin/dash
export MAKEFLAGS="-j6"
export CC=clang
export CXX=clang++
. ./build.sh
dir=$(pwd)
@ -47,7 +50,8 @@ echo $ext | tr ':' '\n' | while read e; do
cd $srcdir
mkdir -p $dir/out/$pkgname-\$e
pkgdir=$dir/out/$pkgname-\$e
package_\$e
package_\$(echo \$e | tr '-' '_')
mkdir -p $dir/out/$pkgname-\$e/lib/lazypkg