We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a21716 commit 01ed93eCopy full SHA for 01ed93e
setup.py
@@ -108,9 +108,11 @@
108
file.write(replaced_contents)
109
110
os.environ["CFLAGS"] = "-DUSE_NANOARROW=1"
111
+os.environ["CXXFLAGS"] = "-DUSE_NANOARROW=1"
112
113
if "OSX_ARCH" in os.environ:
114
os.environ["CFLAGS"] = "-arch " + os.environ["OSX_ARCH"]
115
+ os.environ["CXXFLAGS"] = "-arch " + os.environ["OSX_ARCH"]
116
117
EXTRA_COMPILE_ARGS=["-std=c++20"]
118
if "CXX" in os.environ and os.environ["CXX"].find("devtoolset-11") > 0:
0 commit comments