mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-17 06:00:09 +01:00
Also check the .sip file being run when looking at dependencies. Fixes a problem of sip being skipped if the only change was in _core.sip, for example.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
build.py
2
build.py
@@ -712,7 +712,7 @@ def sip(options, args):
|
||||
# produced by the previous run of sip. If not then we don't need to
|
||||
# run sip again.
|
||||
etg = loadETG(posixjoin('etg', base + '.py'))
|
||||
sipFiles = getSipFiles(etg.INCLUDES)
|
||||
sipFiles = getSipFiles(etg.INCLUDES) + [opj(cfg.SIPGEN, base+'.sip')]
|
||||
if not newer_group(sipFiles, sbf) and os.path.exists(pycode):
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user