mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
Fixes the include directory in the pkgconfig file when it is customized in the make command line
This commit is contained in:
parent
a7d0265480
commit
3c36842746
3
Makefile
3
Makefile
@ -77,7 +77,8 @@ INSTALL_F= install -m 0644
|
|||||||
UNINSTALL= $(RM)
|
UNINSTALL= $(RM)
|
||||||
LDCONFIG= ldconfig -n 2>/dev/null
|
LDCONFIG= ldconfig -n 2>/dev/null
|
||||||
SED_PC= sed -e "s|^prefix=.*|prefix=$(PREFIX)|" \
|
SED_PC= sed -e "s|^prefix=.*|prefix=$(PREFIX)|" \
|
||||||
-e "s|^multilib=.*|multilib=$(MULTILIB)|"
|
-e "s|^multilib=.*|multilib=$(MULTILIB)|" \
|
||||||
|
-e "s|^includedir=.*|includedir=$(INSTALL_INC)|"
|
||||||
|
|
||||||
FILE_T= luajit
|
FILE_T= luajit
|
||||||
FILE_A= libluajit.a
|
FILE_A= libluajit.a
|
||||||
|
Loading…
Reference in New Issue
Block a user