mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
Ensure scons version >= 0.98
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@599 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
284669181e
commit
84a1a1cd64
@ -7,6 +7,8 @@ import sys
|
||||
sys.path.append('SconsTests')
|
||||
import wxconfig
|
||||
|
||||
# Some features needs at least scons 0.98
|
||||
EnsureSConsVersion(0, 98)
|
||||
|
||||
# TODO: how do we use it in help?
|
||||
name="Dolphin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user