View | Details | Raw Unified | Return to bug 1622
Collapse All | Expand All

(-)a/bindings/python/wscript (+6 lines)
 Lines 365-370    Link Here 
365
        retval = scan.wait()
365
        retval = scan.wait()
366
        return retval
366
        return retval
367
367
368
    def runnable_status(self):
369
        # By default, Waf Task will skip running a task if the signature of
370
        # the build has not changed.  We want this task to always run if
371
        # invoked by the user, particularly since --apiscan=all will require
372
        # invoking this task many times, once per module.
373
        return Task.RUN_ME
368
374
369
def get_modules_and_headers(bld):
375
def get_modules_and_headers(bld):
370
    """
376
    """

Return to bug 1622