Update Makefile

This commit is contained in:
Lunan Li 2021-11-23 20:40:13 -08:00 committed by GitHub
parent f3c856915b
commit 7f38239854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)