@@ -24,15 +24,18 @@ this ``libdir`` in this guide) or to a location in ``site-packages`` within the
24
24
Python package install tree. All these scenarios are (or will be) supported,
25
25
with some caveats:
26
26
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
36
39
37
40
.. TODO: add subproject as a source
38
41
0 commit comments