mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 22:51:14 +10: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.