smoke: another fftw3 error fixed

This commit is contained in:
Daniel Genrich 2009-07-30 15:07:44 +00:00
parent accc2ab744
commit 98d45c3da0

@ -10,6 +10,6 @@ if env['WITH_BF_OPENMP']:
incs = env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC']
incs += ' intern ../../extern/bullet2/src ../memutil ../guardealloc '
incs += env['BF_FFTW3_INC']
# incs += env['BF_FFTW3_INC']
env.BlenderLib ('bf_smoke', sources, Split(incs), Split(defs), libtype=['intern'], priority=[40] )