PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org
MIT License
367 stars 22 forks source link

Soup's PHP scripts does not preserve compiler #934

Closed cattokomo closed 1 month ago

cattokomo commented 1 month ago

The script on src/vendor/Soup/build_common.php expected to use <compiler> argv in scripts/common.php, but it doesn't and will always use clang to compile. This will prevent from doing cross-platform building.