X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=build.py;h=da18d39aa8992d2028e0fd4844e03b69376c7081;hb=99878e6cbf07b86b0e180c3eb5bee055c7444b73;hp=ef0b46d24b3fd05bc3ca74bbb334e6ad7027115e;hpb=2760d7e70c1a93cd122f1857cc6f6393a6b549a8;p=pysvrt.git diff --git a/build.py b/build.py index ef0b46d..da18d39 100755 --- a/build.py +++ b/build.py @@ -27,7 +27,7 @@ from torch.utils.ffi import create_extension abs_path = os.path.dirname(os.path.abspath(__file__)) ffi = create_extension( - '_ext.svrt', + 'svrt', headers = [ 'svrt.h' ], sources = [ 'svrt.c' ], extra_objects = [ abs_path + '/libsvrt.so' ],