Skip to content

Commit 170f9c9

Browse files
committed
try removing extra insurance
1 parent fa597f8 commit 170f9c9

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
@@ -92,7 +92,7 @@ def get_objcryst_libraries():
9292
"extra_link_args": extra_link_args,
9393
"include_dirs": [numpy.get_include()] + boost_cfg["include_dirs"],
9494
"library_dirs": boost_cfg["library_dirs"],
95-
"runtime_library_dirs": boost_cfg["library_dirs"],
95+
# "runtime_library_dirs": boost_cfg["library_dirs"],
9696
"define_macros": macros,
9797
}
9898

0 commit comments

Comments
 (0)