forked from bartvdbraak/blender
Scons compile fix for SVN 28661.
* Missing 'blenloader' include.
This commit is contained in:
parent
ad068e6351
commit
d906d8ce3a
@ -14,6 +14,7 @@ incs = [
|
||||
'../../blenlib',
|
||||
'../../windowmanager',
|
||||
'../../blenfont',
|
||||
'../../blenloader',
|
||||
]
|
||||
|
||||
if not env['WITH_BF_PYTHON']:
|
||||
|
Loading…
Reference in New Issue
Block a user