How do you generate compiled lua extension scripts? I've looked in to plain old luac ./src/myext_ext.lua and vlc -I luaintf --lua-intf luac --lua-config 'luac={input="./src/myext_ext.lua",output="./dist/myext_ext.luac"}' but when I run these in a CI context and copy the results o...