mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
Update Makefile
This commit is contained in:
parent
f3c856915b
commit
7f38239854
4
Makefile
4
Makefile
@ -25,8 +25,8 @@ ABIVER= 5.1
|
|||||||
# Change the installation path as needed. This automatically adjusts
|
# Change the installation path as needed. This automatically adjusts
|
||||||
# the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path!
|
# the paths in src/luaconf.h, too. Note: PREFIX must be an absolute path!
|
||||||
#
|
#
|
||||||
export PREFIX= /usr/local
|
export PREFIX?= /usr/local
|
||||||
export MULTILIB= lib
|
export MULTILIB?= lib
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
DPREFIX= $(DESTDIR)$(PREFIX)
|
DPREFIX= $(DESTDIR)$(PREFIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user