mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Mark installed shared library as executable.
This commit is contained in:
parent
32c1d4751a
commit
3e904ae274
2
Makefile
2
Makefile
@ -104,7 +104,7 @@ install: $(INSTALL_DEP)
|
|||||||
cd src && test -f $(FILE_A) && $(INSTALL_F) $(FILE_A) $(INSTALL_STATIC) || :
|
cd src && test -f $(FILE_A) && $(INSTALL_F) $(FILE_A) $(INSTALL_STATIC) || :
|
||||||
$(RM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2)
|
$(RM) $(INSTALL_DYN) $(INSTALL_SHORT1) $(INSTALL_SHORT2)
|
||||||
cd src && test -f $(FILE_SO) && \
|
cd src && test -f $(FILE_SO) && \
|
||||||
$(INSTALL_F) $(FILE_SO) $(INSTALL_DYN) && \
|
$(INSTALL_X) $(FILE_SO) $(INSTALL_DYN) && \
|
||||||
$(LDCONFIG) $(INSTALL_LIB) && \
|
$(LDCONFIG) $(INSTALL_LIB) && \
|
||||||
$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \
|
$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT1) && \
|
||||||
$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || :
|
$(SYMLINK) $(INSTALL_SONAME) $(INSTALL_SHORT2) || :
|
||||||
|
Loading…
Reference in New Issue
Block a user