Fix for missing updates of build scripts in the commit rB05cb63ecf750.
This commit is contained in:
@@ -264,6 +264,10 @@ if(WITH_BULLET)
|
|||||||
add_definitions(-DWITH_BULLET)
|
add_definitions(-DWITH_BULLET)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(WITH_FREESTYLE)
|
||||||
|
add_definitions(-DWITH_FREESTYLE)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Build makesrna executable
|
# Build makesrna executable
|
||||||
blender_include_dirs(
|
blender_include_dirs(
|
||||||
.
|
.
|
||||||
|
@@ -141,6 +141,9 @@ if env['WITH_BF_COLLADA']:
|
|||||||
if env['WITH_BF_CYCLES']:
|
if env['WITH_BF_CYCLES']:
|
||||||
defs.append('WITH_CYCLES')
|
defs.append('WITH_CYCLES')
|
||||||
|
|
||||||
|
if env['WITH_BF_FREESTYLE']:
|
||||||
|
defs.append('WITH_FREESTYLE')
|
||||||
|
|
||||||
if env['OURPLATFORM'] == 'linux':
|
if env['OURPLATFORM'] == 'linux':
|
||||||
cflags='-pthread'
|
cflags='-pthread'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user