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 2c7bf1f commit 99cd3d3Copy full SHA for 99cd3d3
setup.py
@@ -72,7 +72,7 @@ def get_objcryst_libraries():
72
if os.name == "nt":
73
compile_args = ["/std:c++14"]
74
macros = [("_USE_MATH_DEFINES", None)]
75
- extra_link_args = ["/FORCE:MULTIPLE"]
+ extra_link_args = ["/FORCE:MULTIPLE"]
76
else:
77
compile_args = ["-std=c++11"]
78
macros = []
0 commit comments