luajit: enable verbose build

This commit is contained in:
Tony Theodore 2020-06-21 00:09:44 +10:00
parent 4347e2c96f
commit fc1781db7f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ define $(PKG)_BUILD
FILE_T=luajit.exe \
INSTALL_TNAME=luajit-$($(PKG)_VERSION).exe \
INSTALL_TSYMNAME=luajit.exe \
Q= \
install
$(if $(BUILD_SHARED),\
$(INSTALL) -m644 '$(SOURCE_DIR)/src/$($(PKG)_DLLNAME)' '$(PREFIX)/$(TARGET)/bin/')