2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

The cxx_hook override in slow_qt4 is missing a return bloack

This commit is contained in:
Thomas Nagy 2018-03-25 18:39:52 +02:00
parent bb458769ee
commit 2c640d8803
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -22,7 +22,7 @@ import waflib.Tools.cxx
@extension(*waflib.Tools.qt4.EXT_QT4)
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']):
def runnable_status(self):