mirror of https://github.com/libAthena/athena.git
Another tweak
This commit is contained in:
parent
ec4ac688f4
commit
647f9c4dec
|
@ -1,7 +1,7 @@
|
|||
# PKGBUILD for atdna
|
||||
_pkgname=atdna
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=1.1.0.21.g7fccd41
|
||||
pkgver=1.1.0.22.gec4ac68
|
||||
pkgrel=1
|
||||
pkgdesc="Companion DNA utility for libAthena"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
|
@ -442,7 +442,7 @@ int main(int argc, const char** argv)
|
|||
"-fsyntax-only",
|
||||
"-std=c++11"};
|
||||
args.push_back("-I" + std::string(XSTR(INSTALL_PREFIX)) + "/lib/clang/" + CLANG_VERSION_STRING + "/include");
|
||||
args.push_back("-I" + std::string(XSTR(INSTALL_PREFIX)) + "/include");
|
||||
args.push_back("-I" + std::string(XSTR(INSTALL_PREFIX)) + "/include/Athena");
|
||||
for (int a=1 ; a<argc ; ++a)
|
||||
args.push_back(argv[a]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue