mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
The cxx_hook override in slow_qt4 is missing a return bloack
This commit is contained in:
parent
bb458769ee
commit
2c640d8803
@ -22,7 +22,7 @@ import waflib.Tools.cxx
|
|||||||
|
|
||||||
@extension(*waflib.Tools.qt4.EXT_QT4)
|
@extension(*waflib.Tools.qt4.EXT_QT4)
|
||||||
def cxx_hook(self, node):
|
def cxx_hook(self, node):
|
||||||
self.create_compiled_task('cxx_qt', node)
|
return self.create_compiled_task('cxx_qt', node)
|
||||||
|
|
||||||
class cxx_qt(Task.classes['cxx']):
|
class cxx_qt(Task.classes['cxx']):
|
||||||
def runnable_status(self):
|
def runnable_status(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user