Skip to content

Commit 312fe44

Browse files
committed
change dash
1 parent e923cb2 commit 312fe44

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
@@ -15,7 +15,7 @@ def get_ext_filename(self, ext_name):
1515
extensions = [
1616
Extension(
1717
name="csimOU",
18-
sources=["src/risktools/c/simOU.c"],
18+
sources=["src\risktools\c\simOU.c"],
1919
extra_compile_args=['-fPIC', '-shared']
2020
)
2121
]

0 commit comments

Comments
 (0)