Skip to content

Commit b83ee8f

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 50e6e81 commit b83ee8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def get_boost_config():
4747
lib = Path(conda_prefix) / "lib"
4848
return {"include_dirs": [str(inc)], "library_dirs": [str(lib)]}
4949

50+
5051
if os.name == "nt":
5152
compile_args = ["/std:c++14"]
5253
macros = [("_USE_MATH_DEFINES", None)]

0 commit comments

Comments
 (0)