Reflect override of INSTALL_LJLIBD in package.path.

Suggested by GitSparTV. #1239
This commit is contained in:
Mike Pall
2024-08-15 00:38:43 +02:00
parent 6f834087d0
commit ae4735f621
3 changed files with 9 additions and 3 deletions

View File

@@ -299,6 +299,9 @@ endif
ifneq (,$(LMULTILIB))
TARGET_XCFLAGS+= -DLUA_LMULTILIB=\"$(LMULTILIB)\"
endif
ifneq (,$(INSTALL_LJLIBD))
TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\"
endif
##############################################################################
# Target system detection.