diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile | 3 |
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 | |||
299 | ifneq (,$(LMULTILIB)) | 299 | ifneq (,$(LMULTILIB)) |
300 | TARGET_XCFLAGS+= -DLUA_LMULTILIB=\"$(LMULTILIB)\" | 300 | TARGET_XCFLAGS+= -DLUA_LMULTILIB=\"$(LMULTILIB)\" |
301 | endif | 301 | endif |
302 | ifneq (,$(INSTALL_LJLIBD)) | ||
303 | TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\" | ||
304 | endif | ||
302 | 305 | ||
303 | ############################################################################## | 306 | ############################################################################## |
304 | # Target system detection. | 307 | # Target system detection. |