-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix dlopen errors by C extension modules, **this is release** . close #…
…143 #144 append "-lpython3.6m" option to ldflags: kivy/python-for-android@ed1e1a8 - can't resolve with sys.setdlopenflags(os.RTLD_LAZY or GLOBAL) - can't resolve with including libpython3.6m.so into release.zip - can't resolve with workaround distutils.sysconfig.EXT_SUFFIX in setup.py - can't resolve with old paching to _sysconfigdata's EXT_SUFFIX.
- Loading branch information
Shimoda
committed
Jan 8, 2018
1 parent
03492cd
commit d7d0026
Showing
2 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters