diff options
author | carmen rocco <ix9@users.sourceforge.net> | 2005-04-12 15:31:13 +0000 |
---|---|---|
committer | carmen rocco <ix9@users.sourceforge.net> | 2005-04-12 15:31:13 +0000 |
commit | 698a567c206b24a82a9f168f48139b76ddaae44e (patch) | |
tree | a95414405857c0c35aef8b1908033cd0089ccb76 /SConscript | |
parent | 4f5c043692cee5a0865228ecb8fcab3d433b3d4e (diff) |
speex
svn path=/trunk/externals/unauthorized/; revision=2741
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ import glob import os import re Import('env prefix') -env.Append(CPPPATH = '/usr/include/speex') +#env.Append(CPPPATH = '/usr/include/speex') for tk in glob.glob('*/*.tk'): (dir, file) = os.path.split(tk) |