mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
1fdc4ebe93
Co-authored-by: Arid <118916772+AridDev@users.noreply.github.com> Co-authored-by: Erica Marigold <hi@devcomp.xyz>
7 lines
345 B
Text
7 lines
345 B
Text
-- TODO: Make use of returned exit code. Currently this script will get
|
|
-- required by a pesde generated linker script, and due to a lune bug,
|
|
-- exiting from within a required module causes a non-winding panic
|
|
|
|
-- See https://github.com/lune-org/lune/pull/247 for more details
|
|
|
|
require("./lune_packages/core")("argon-rbx/argon", _G.PESDE_ROOT)
|