Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 963d76b68c5..e998ef82ebd 100644
--- a/SConstruct
+++ b/SConstruct
@@ -63,7 +63,7 @@ env = Environment (ENV = os.environ)
if sys.platform == 'linux2' or sys.platform == 'linux-i386':
use_international = 'true'
- use_gameengine = 'false'
+ use_gameengine = 'true'
use_openal = 'false'
use_fmod = 'false'
use_quicktime = 'false'