Typo fix. nexYon commit caused bit-loss in the word incs.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Import ('env')
|
Import ('env')
|
||||||
|
|
||||||
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp')
|
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 = []
|
defs = []
|
||||||
|
|
||||||
if env['WITH_BF_FFMPEG']:
|
if env['WITH_BF_FFMPEG']:
|
||||||
|
Reference in New Issue
Block a user