aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2024-07-03 23:59:59 +0200
committerMike Pall <mike>2024-07-03 23:59:59 +0200
commit747fc02eb97f0c12e08723df788fd20a2f449397 (patch)
tree2ea178fe33ba95f6146c4d01983ce608304b9342
parent80384301109e1d769f67f7ad9ecf4931e6b599b9 (diff)
downloadluajit-747fc02eb97f0c12e08723df788fd20a2f449397.tar.gz
luajit-747fc02eb97f0c12e08723df788fd20a2f449397.tar.bz2
luajit-747fc02eb97f0c12e08723df788fd20a2f449397.zip
OSX: Fix installed luajit.pc.
Reported by leleliu008. #1221
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3aed365d..6ae2c49d 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,7 @@ ifeq (Darwin,$(TARGET_SYS))
114 INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1) 114 INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
115 INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2) 115 INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)
116 LDCONFIG= : 116 LDCONFIG= :
117 SED_PC+= -e "s| -Wl,-E||"
117endif 118endif
118 119
119############################################################################## 120##############################################################################