Skip to content

Commit f09e825

Browse files
committed
name of shared lib in setup file
1 parent eaf3fa6 commit f09e825

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
@@ -49,7 +49,7 @@ def get_scip_library():
4949

5050
ext_modules = [
5151
Extension(
52-
"compas_cgal.cgal",
52+
"compas_cgal._cgal",
5353
sorted(
5454
[
5555
"src/compas_cgal.cpp",

0 commit comments

Comments
 (0)