aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMike Pall <mike>2024-08-15 00:38:43 +0200
committerMike Pall <mike>2024-08-15 00:38:43 +0200
commitae4735f621d89d84758769b76432d2319dda9827 (patch)
tree1e3d55e2b5a1f8c1892929bdc24cc69fc480285b /src/Makefile
parent6f834087d0553b68b61770c69109894bf3f375ef (diff)
downloadluajit-ae4735f621d89d84758769b76432d2319dda9827.tar.gz
luajit-ae4735f621d89d84758769b76432d2319dda9827.tar.bz2
luajit-ae4735f621d89d84758769b76432d2319dda9827.zip
Reflect override of INSTALL_LJLIBD in package.path.
Suggested by GitSparTV. #1239
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 224d21e7..43238912 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -299,6 +299,9 @@ endif
299ifneq (,$(LMULTILIB)) 299ifneq (,$(LMULTILIB))
300 TARGET_XCFLAGS+= -DLUA_LMULTILIB=\"$(LMULTILIB)\" 300 TARGET_XCFLAGS+= -DLUA_LMULTILIB=\"$(LMULTILIB)\"
301endif 301endif
302ifneq (,$(INSTALL_LJLIBD))
303 TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\"
304endif
302 305
303############################################################################## 306##############################################################################
304# Target system detection. 307# Target system detection.