X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=build.py;fp=build.py;h=cb77b38825fbcfec0e53d3f5ac91bef842a6e26b;hp=4f00b970e75d44e724a3fc40fbec43f6ed0e3930;hb=5d4e9eaeec9263692d39ca840e498a5f1d818eaa;hpb=ee0d125312834bf7692df2e9caa1f858780f335c diff --git a/build.py b/build.py index 4f00b97..cb77b38 100755 --- a/build.py +++ b/build.py @@ -8,10 +8,10 @@ this_file = os.path.dirname(__file__) print('__file__', __file__) ffi = create_extension( - '_ext.mylib', - headers = [ 'mylib.h' ], - sources = [ 'mylib.c' ], - extra_objects = [ '/home/fleuret/sources/python/flatland/flatland.so' ], + '_ext.flatland', + headers = [ 'flatland.h' ], + sources = [ 'flatland.c' ], + extra_objects = [ '/home/fleuret/sources/python/flatland/flatland_generator.so' ], libraries = [ ], library_dirs = [ ], define_macros = [ ],