mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 10:26:09 +00:00
wscript: update waf version check to the version in bootstrap.py
This commit is contained in:
parent
b4c1699aaf
commit
aafc03aab3
2
wscript
2
wscript
@ -772,7 +772,7 @@ def is_debug_build(ctx):
|
||||
return getattr(ctx.options, 'enable_debug-build')
|
||||
|
||||
def configure(ctx):
|
||||
ctx.check_waf_version(mini='1.7.13')
|
||||
ctx.check_waf_version(mini='1.7.15')
|
||||
target = os.environ.get('TARGET')
|
||||
(cc, pkg_config, windres) = ('cc', 'pkg-config', 'windres')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user