mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 14:15:11 +00:00
Fix: fix typo of WITHOUT_SOABI (#2992)
This commit is contained in:
parent
0c93a0f3fc
commit
417fd120cc
@ -139,7 +139,7 @@ This module defines the following commands to assist with creating Python module
|
|||||||
|
|
||||||
pybind11_add_module(<target>
|
pybind11_add_module(<target>
|
||||||
[STATIC|SHARED|MODULE]
|
[STATIC|SHARED|MODULE]
|
||||||
[THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOBAI]
|
[THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOABI]
|
||||||
<files>...
|
<files>...
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user