Skip to content

Commit

Permalink
Try installing the generated init file to fix cython module name issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 10, 2024
1 parent 861506a commit 5d62950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/ext/interpreters/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ interpreters = custom_target(
'wrapper_py.pyx',
'wrapper_rdf.pyx',
'wrapper_rr.pyx',
'__init__.py',
],
input: '../../../sage_setup/autogen/interpreters/__init__.py',
command: [py, '-m', 'sage_setup.autogen.interpreters','@OUTDIR@'],
Expand Down

0 comments on commit 5d62950

Please sign in to comment.