0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

wscript: update waf version check to the version in bootstrap.py

This commit is contained in:
wm4 2014-06-06 17:13:50 +02:00
parent b4c1699aaf
commit aafc03aab3

View File

@ -772,7 +772,7 @@ def is_debug_build(ctx):
return getattr(ctx.options, 'enable_debug-build') return getattr(ctx.options, 'enable_debug-build')
def configure(ctx): def configure(ctx):
ctx.check_waf_version(mini='1.7.13') ctx.check_waf_version(mini='1.7.15')
target = os.environ.get('TARGET') target = os.environ.get('TARGET')
(cc, pkg_config, windres) = ('cc', 'pkg-config', 'windres') (cc, pkg_config, windres) = ('cc', 'pkg-config', 'windres')