Problem of Python bindings in MinGW has been fixed
This commit is contained in:
2
README
2
README
@@ -97,7 +97,7 @@ the following platforms:
|
||||
|
||||
The following optional features are known to not work on
|
||||
these platforms:
|
||||
- mingw: python bindings, nsc, realtime scheduler
|
||||
- mingw: nsc, realtime scheduler
|
||||
- cygwin: python bindings, nsc
|
||||
|
||||
Other platforms may or may not work: we welcome patches to
|
||||
|
||||
@@ -22,7 +22,7 @@ else:
|
||||
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
|
||||
|
||||
## https://launchpad.net/pybindgen/
|
||||
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 577)
|
||||
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 578)
|
||||
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user