hopefully the last tweak

This commit is contained in:
Jack Andersen 2015-06-16 15:08:39 -10:00
parent 7fccd416f3
commit ec4ac688f4
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.20.gb195c19
pkgver=1.1.0.21.g7fccd41
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");
llvm::outs() << args.back() << "\n";
args.push_back("-I" + std::string(XSTR(INSTALL_PREFIX)) + "/include");
for (int a=1 ; a<argc ; ++a)
args.push_back(argv[a]);