diff options
author | Mike Pall <mike> | 2024-08-15 00:38:43 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2024-08-15 00:38:43 +0200 |
commit | ae4735f621d89d84758769b76432d2319dda9827 (patch) | |
tree | 1e3d55e2b5a1f8c1892929bdc24cc69fc480285b /src/Makefile | |
parent | 6f834087d0553b68b61770c69109894bf3f375ef (diff) | |
download | luajit-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/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. |