Another tweak

This commit is contained in:
Jack Andersen 2015-06-16 15:20:31 -10:00
parent ec4ac688f4
commit 647f9c4dec
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -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]);