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 fa597f8 commit 170f9c9Copy full SHA for 170f9c9
setup.py
@@ -92,7 +92,7 @@ def get_objcryst_libraries():
92
"extra_link_args": extra_link_args,
93
"include_dirs": [numpy.get_include()] + boost_cfg["include_dirs"],
94
"library_dirs": boost_cfg["library_dirs"],
95
- "runtime_library_dirs": boost_cfg["library_dirs"],
+ # "runtime_library_dirs": boost_cfg["library_dirs"],
96
"define_macros": macros,
97
}
98
0 commit comments