Closed computermouth closed 11 months ago
My changes might be a bit naive. Discord discussion here: https://discord.com/channels/426912293134270465/661385466766950403/1180186471299305532
Maybe the best route forward is to not try to cover all the cases possible here, and just leave the PATH up to the dev.
I'd been getting an error on building on PLATFORM_WEB
here's the path that was being produced in the Makefile
here's the path now (which looks better)
the
$$PATH
append was breaking my PATH, but I also noticed the separators used here were;
, fixed that as well, now my builds work as expected.The builds also worked with the
;
, but I think that's only because my PATH was also properly set up outside the Makefile.