Typo fix. nexYon commit caused bit-loss in the word incs.

This commit is contained in:
Nathan Letwory
2011-10-02 17:58:21 +00:00
parent 1023ed4e4d
commit 1714d1cfe2

View File

@@ -3,7 +3,7 @@
Import ('env')
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp')
ncs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
incs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
defs = []
if env['WITH_BF_FFMPEG']: