@@ -24,15 +24,18 @@ this ``libdir`` in this guide) or to a location in ``site-packages`` within the
2424Python package install tree. All these scenarios are (or will be) supported,
2525with some caveats:
2626
27- +-----------------------+------------------+---------+-------+-------+
28- | shared library source | install location | Windows | macOS | Linux |
29- +=======================+==================+=========+=======+=======+
30- | internal | libdir | no (1) | ✓ | ✓ |
31- +-----------------------+------------------+---------+-------+-------+
32- | internal | site-packages | ✓ | ✓ | ✓ |
33- +-----------------------+------------------+---------+-------+-------+
34- | external | n/a | ✓ (2) | ✓ | ✓ |
35- +-----------------------+------------------+---------+-------+-------+
27+ +-----------------------+------------------+-------------+-------------+---------+
28+ | shared library source | install location | Windows | macOS | Linux |
29+ +=======================+==================+=============+=============+=========+
30+ | internal | libdir | |wip | (1) | |check | | |check | |
31+ +-----------------------+------------------+-------------+-------------+---------+
32+ | internal | site-packages | |check | | |check | | |check | |
33+ +-----------------------+------------------+-------------+-------------+---------+
34+ | external | n/a | |check | (2) | |check | | |check | |
35+ +-----------------------+------------------+-------------+-------------+---------+
36+
37+ .. |check | unicode :: x1F5F9
38+ .. |wip | unicode :: x1F6A7
3639
3740.. TODO: add subproject as a source
3841
0 commit comments