We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018a9aa commit 341ba42Copy full SHA for 341ba42
setup.py
@@ -16,7 +16,7 @@ def get_ext_filename(self, ext_name):
16
Extension(
17
name="csimOU",
18
sources=["src/risktools/c/simOU.c"],
19
- extra_compile_args=['-fPIC', '-shared','/LD']
+ extra_compile_args=['-fPIC', '-shared','/LD', '../libs/pythonXY.lib']
20
)
21
]
22
0 commit comments