Freestyle: Fix for a compiler failure in makesrna.
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user