Freestyle: Fix for a compiler failure in makesrna.

This commit is contained in:
Tamito Kajiyama
2014-10-02 17:49:35 +09:00
parent c47682d6ab
commit 1b0214cb88

View File

@@ -126,6 +126,10 @@ if env['WITH_BF_OPENAL']:
if env['WITH_BF_JACK']:
defs.append('WITH_JACK')
if env['WITH_BF_FREESTYLE']:
defs.append('WITH_FREESTYLE')
incs += ' ../freestyle'
if env['OURPLATFORM'] == 'linux':
cflags='-pthread'