vlc/extras/buildsystem
Alexandre Janniaux e38b161b7b make.pl: show compiled lua scripts
Extract the build target when building luac files.

Before:

    MAKE     : share
    ...
    luac -o lua/extensions/VLSub.luac ../../share/lua/extensions/VLSub.lua

After:

    MAKE     : share
    ...
     COMPILE : lua/extensions/VLSub.luac
2023-08-09 11:07:18 +00:00
..
make.pl make.pl: show compiled lua scripts 2023-08-09 11:07:18 +00:00