Put back the configure check to disable python bindings in cygwin, due to our inability to install gccxml in cygwin.
This commit is contained in:
@@ -55,11 +55,11 @@ def configure(conf):
|
||||
|
||||
conf.check_tool('misc')
|
||||
|
||||
# if sys.platform == 'cygwin':
|
||||
# conf.report_optional_feature("python", "Python Bindings", False,
|
||||
# "unsupported platform 'cygwin'")
|
||||
# Logs.warn("Python is not supported in CygWin environment. Try MingW instead.")
|
||||
# return
|
||||
if sys.platform == 'cygwin':
|
||||
conf.report_optional_feature("python", "Python Bindings", False,
|
||||
"unsupported platform 'cygwin'")
|
||||
Logs.warn("Python is not supported in CygWin environment. Try MingW instead.")
|
||||
return
|
||||
|
||||
## Check for Python
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user