239c239
< env.Append(ENV = { 'M5_PLY' : Dir('ext/ply') })
---
> env.Append(ENV = { 'M5_PLY' : str(Dir('ext/ply')) })
279c279
< env.Append(CPPPATH=[Dir('ext/dnet')])
---
> env.Append(CPPPATH=[str(Dir('ext/dnet'))])