mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 01:18:03 +00:00
58f8c24ddb
I found that Luau failed to build on the devkitPro toolchain for 3DS. This target uses an ILP32 model, and `int32_t` is an alias of `long`. `BytecodeBuilder.cpp` includes a line where an `int` is passed by reference to a function expecting an `int32_t`. |
||
---|---|---|
.. | ||
include | ||
src |