Skip to content

Commit 99cd3d3

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 2c7bf1f commit 99cd3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_objcryst_libraries():
7272
if os.name == "nt":
7373
compile_args = ["/std:c++14"]
7474
macros = [("_USE_MATH_DEFINES", None)]
75-
extra_link_args = ["/FORCE:MULTIPLE"]
75+
extra_link_args = ["/FORCE:MULTIPLE"]
7676
else:
7777
compile_args = ["-std=c++11"]
7878
macros = []

0 commit comments

Comments
 (0)