mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 13:57:25 +00:00
If the LUAC_PRG environment variable is defined, but empty, compilation would still be attempted but would be malformed. This results in garbage bytes being included. Fix this by checking that LUAC_PRG is both defined *and* non-empty.