Skip to content

Commit aa09199

Browse files
committed
trying to fix linker bug on windows
1 parent f84d6c8 commit aa09199

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
@@ -93,7 +93,7 @@
9393
"torch_python",
9494
f"boost_python{python_version}",
9595
],
96-
library_dirs=[os.path.join(rdkit_prefix, "lib"), os.path.join(torch_dir, "lib")],
96+
library_dirs=[os.path.join(rdkit_prefix, "lib"), os.path.join(torch_dir, "lib"), torch_dir],
9797
extra_compile_args=package_compile_args,
9898
)
9999
]

0 commit comments

Comments
 (0)