Skip to content

Commit

Permalink
Provide documentation on Meson integration
Browse files Browse the repository at this point in the history
Related to #2235
  • Loading branch information
serge-sans-paille committed Sep 23, 2024
1 parent 63ae71e commit 4c93690
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/MANUAL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,15 @@ you can change its base class by using ``PythranBuildExt[base_cls]`` instead.

This behavior is likely to change with revisions >= 1.

Meson Integration
*****************

Pythran provides helper programs to easien integration with meson, through
``pythran-config``. The following project is tested during validation and seems
to work as expected. It includes support for a custom ``pythranrc`` file:

.. literalinclude:: ../pythran/tests/test_distutils/meson.build


Cross compilation
*****************
Expand Down

0 comments on commit 4c93690

Please sign in to comment.