From 6cadaa947ae1baf7f50e726facda7c707c952649 Mon Sep 17 00:00:00 2001 From: nakeee Date: Thu, 18 Dec 2008 00:45:55 +0000 Subject: [PATCH] forgot to add the fastlog as legal flag git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1572 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index ca154ed4cd..879be65bbb 100644 --- a/SConstruct +++ b/SConstruct @@ -98,7 +98,7 @@ vars.AddVariables( BoolVariable('wxgl', 'Set For Building with WX GL libs (WIP)', False), BoolVariable('sdlgl', 'Set For Building with SDL GL libs (WIP)', False), EnumVariable('flavor', 'Choose a build flavor', 'release', - allowed_values = ('release', 'devel', 'debug'), + allowed_values = ('release', 'devel', 'debug', 'fastlog'), ignorecase = 2 ), EnumVariable('osx', 'Choose a backend (WIP)', '32cocoa',