aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.