summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnihcam2018-05-06 07:26:25 +0800
committerEnihcam2018-05-06 07:26:25 +0800
commit4e730be7b33d4dd04a98e9b404f000dc25be73eb (patch)
tree2ddcaff4b3e08508c953c1e7ed8586f591c00428
parent0adce8869f9d62caa12bcd193ecef45e340a4d1d (diff)
downloadaur-4e730be7b33d4dd04a98e9b404f000dc25be73eb.tar.gz
typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d129745ceb24..803b168e4012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ prepare() {
# These environment variables influence the behavior of the configure call below.
export PYTHON_BIN_PATH=/usr/bin/python
export USE_DEFAULT_PYTHON_LIB_PATH=1
- export CC_OPT_FLAGS="${CFLAGS}"
+ export CC_OPT_FLAGS="${CXXFLAGS}"
export TF_CUDA_CLANG=0
export TF_NEED_CUDA=0
export TF_NEED_JEMALLOC=0