diff options
author | soloturn | 2019-02-08 16:29:25 +0100 |
---|---|---|
committer | soloturn | 2019-02-08 16:29:25 +0100 |
commit | f64ea1f220a1c0db3a9437d6c5581d3a7594d8f5 (patch) | |
tree | 22cdaac453494ce4a37c096c149291e02408accd | |
parent | 00b0ae64067b78d8b0d474f2278e573e9d3a2003 (diff) | |
download | aur-f64ea1f220a1c0db3a9437d6c5581d3a7594d8f5.tar.gz |
remove outdated cppflags.
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ prepare() { build() { cd build - # Build using the old C++ ABI to fix issue with missing text; the issue - # should be fixed in the next stable release (if that ever does happen) - CPPFLAGS+=' -D_GLIBCXX_USE_CXX11_ABI=0' cmake ../${pkgbase} -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SYSTEM_NAME=Linux ninja xmoto_pack } |