define _USING_LIBCXX on NEOS (#21243)

old-commit-hash: 656719edfd7ba2788115477d23979546a3c7c55f
This commit is contained in:
Adeeb Shihadeh
2021-06-12 01:59:42 -07:00
committed by GitHub
parent 842dabcff7
commit 32d6ffd248

View File

@@ -98,8 +98,8 @@ if arch == "aarch64" or arch == "larch64":
"#phonelibs/libyuv/lib",
"/system/vendor/lib64"
]
cflags = ["-DQCOM", "-mcpu=cortex-a57"]
cxxflags = ["-DQCOM", "-mcpu=cortex-a57"]
cflags = ["-DQCOM", "-D_USING_LIBCXX", "-mcpu=cortex-a57"]
cxxflags = ["-DQCOM", "-D_USING_LIBCXX", "-mcpu=cortex-a57"]
rpath = []
else:
cflags = []