OSX: Fix installed luajit.pc.

Reported by leleliu008. #1221
This commit is contained in:
Mike Pall 2024-07-03 23:59:59 +02:00
parent 8038430110
commit 747fc02eb9

View File

@ -114,6 +114,7 @@ ifeq (Darwin,$(TARGET_SYS))
INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1) INSTALL_SOSHORT1= $(INSTALL_DYLIBSHORT1)
INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2) INSTALL_SOSHORT2= $(INSTALL_DYLIBSHORT2)
LDCONFIG= : LDCONFIG= :
SED_PC+= -e "s| -Wl,-E||"
endif endif
############################################################################## ##############################################################################