alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
60 stars 31 forks source link

fix: Eval scripts no longer mangle absolute paths #170

Closed psychonic closed 2 months ago

psychonic commented 2 months ago

This fixes an issue on non-Windows platforms, where passing an absolute path to builder.Eval results in broken path handling (with the absolute path being appended to the current relative path).