added libcxx
This commit is contained in:
parent
a3d1fe4303
commit
3f540144cb
3 changed files with 74 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue