mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -7,6 +7,8 @@ import sys
|
|||||||
sys.path.append('SconsTests')
|
sys.path.append('SconsTests')
|
||||||
import wxconfig
|
import wxconfig
|
||||||
|
|
||||||
|
# Some features needs at least scons 0.98
|
||||||
|
EnsureSConsVersion(0, 98)
|
||||||
|
|
||||||
# TODO: how do we use it in help?
|
# TODO: how do we use it in help?
|
||||||
name="Dolphin"
|
name="Dolphin"
|
||||||
|
Reference in New Issue
Block a user