We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e6e81 commit b83ee8fCopy full SHA for b83ee8f
setup.py
@@ -47,6 +47,7 @@ def get_boost_config():
47
lib = Path(conda_prefix) / "lib"
48
return {"include_dirs": [str(inc)], "library_dirs": [str(lib)]}
49
50
+
51
if os.name == "nt":
52
compile_args = ["/std:c++14"]
53
macros = [("_USE_MATH_DEFINES", None)]
0 commit comments