just make

This commit is contained in:
Jack L. Frost 2015-08-21 18:29:32 +03:00
parent b770736b5e
commit 5817d0a75a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pkgver() {
build() {
cd "${pkgname}"
make CXX='g++ -fPIC'
make
}
package() {