Fix own mistake: Space got stripped before path

This commit is contained in:
Daniel Genrich
2012-08-12 18:01:27 +00:00
parent f4117f5b72
commit 94ef519b79

View File

@@ -37,8 +37,8 @@ if env['WITH_BF_PYTHON']:
defs.append('DEBUG')
if env['WITH_BF_ELTOPO']:
incs += '#/extern/eltopo'
incs += '#/extern/eltopo/eltopo3d'
incs += ' #/extern/eltopo'
incs += ' #/extern/eltopo/eltopo3d'
defs.append('WITH_ELTOPO')
if env['WITH_BF_QUICKTIME']: