mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-29 03:01:32 +00:00
Very minor documentation fixes, updated logo
This commit is contained in:
@@ -146,7 +146,8 @@ elseif (UNIX)
|
||||
# that's statically linked into an application like Blender or Maya.
|
||||
# If we link our plugin library against the OS Python here and import it
|
||||
# into Blender or Maya later on, this will cause segfaults when multiple
|
||||
# conflicting Python instances are active at the same time.
|
||||
# conflicting Python instances are active at the same time (even when they
|
||||
# are of the same version).
|
||||
|
||||
# Windows is not affected by this issue since it handles DLL imports
|
||||
# differently. The solution for Linux and Mac OS is simple: we just don't
|
||||
|
||||
Reference in New Issue
Block a user