define _USING_LIBCXX on NEOS (#21243)

old-commit-hash: 656719edfd
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 842dabcff7
commit 32d6ffd248
  1. 4
      SConstruct

@ -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 = []

Loading…
Cancel
Save