Attempt to fix build error on Windows

This commit is contained in:
Matt Ebb
2010-01-07 03:13:26 +00:00
parent 23764238e5
commit f8489ea1e6

View File

@@ -36,4 +36,7 @@ if env['WITH_BF_FFTW3']:
incs += ' fftw ' + env['BF_FFTW3_INC']
defs.append('WITH_FFTW3')
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs += ' ' + env['BF_PTHREADS_INC']
env.BlenderLib ('bf_audaspace', sources, Split(incs), defs, libtype=['intern','player'], priority = [25,215] )