Fix for scons files missing physics include folder.

This commit is contained in:
Lukas Tönne 2014-09-26 23:38:42 +02:00
parent 48e67c49a5
commit 6097de2db9
2 changed files with 2 additions and 0 deletions

@ -53,6 +53,7 @@ incs = [
'../imbuf',
'../makesdna',
'../nodes',
'../physics',
'../render/extern/include',
'../windowmanager',
]

@ -72,6 +72,7 @@ incs = [
'../../imbuf',
'../../makesdna',
'../../makesrna',
'../../physics',
'../../render/extern/include',
'../../windowmanager',
]