Fix compile after audaspace file source.remove..
This commit is contained in:
@@ -4,7 +4,7 @@ Import ('env')
|
||||
|
||||
sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp')
|
||||
# file already included in AUD_JOSResampleReader.cpp
|
||||
sources.remove('AUD_JOSResampleReaderCoeff.cpp')
|
||||
sources.remove('intern/AUD_JOSResampleReaderCoeff.cpp')
|
||||
incs = '. intern FX ' + env['BF_PTHREADS_INC']
|
||||
defs = []
|
||||
|
||||
|
Reference in New Issue
Block a user