mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08: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 |