From 631a8d85d4a2b83394bbbb2ac629bbe2f206fa21 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 5 Feb 2006 12:24:52 +0000 Subject: * WITH_BF_GETTEXT and WITH_BF_FREETYPE are merged into WITH_BF_INTERNATIONAL * typo in adding BF_OPENAL_LIBPATH, resulting in it not being added at all --- extern/SConscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extern') diff --git a/extern/SConscript b/extern/SConscript index 15cace23c6c..4228c50ce7c 100644 --- a/extern/SConscript +++ b/extern/SConscript @@ -3,8 +3,8 @@ Import('env') SConscript(['qhull/SConscript', - 'solid/SConscript', - 'bullet/SConscript']) + 'solid/SConscript', + 'bullet/SConscript']) -if env['WITH_BF_FREETYPE'] == 1: +if env['WITH_BF_INTERNATIONAL']: SConscript(['bFTGL/SConscript']) -- cgit v1.2.3