Skip to content

Commit 341ba42

Browse files
committed
added libs experiment
1 parent 018a9aa commit 341ba42

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
@@ -16,7 +16,7 @@ def get_ext_filename(self, ext_name):
1616
Extension(
1717
name="csimOU",
1818
sources=["src/risktools/c/simOU.c"],
19-
extra_compile_args=['-fPIC', '-shared','/LD']
19+
extra_compile_args=['-fPIC', '-shared','/LD', '../libs/pythonXY.lib']
2020
)
2121
]
2222

0 commit comments

Comments
 (0)