mirror of
https://github.com/bkaradzic/bx.git
synced 2026-08-20 18:18:46 +00:00
One of the paths in toolchain.lua had an extra preceding /. I also took the opportunity to simplify path.join(X, "blah", "bin") to path.join(X, "blah/bin").