aboutsummaryrefslogtreecommitdiff
path: root/lang/fennel/files/patch-Makefile
blob: 734f7235782da858f35ee688a5b1badbc79b6d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2021-12-21 14:46:27 UTC
+++ Makefile
@@ -61,7 +61,7 @@ lint:
 
 ## Binaries
 
-LUA_VERSION=5.4.3
+LUA_VERSION ?= 5.4.3
 LUA_DIR ?= $(PWD)/lua-$(LUA_VERSION)
 NATIVE_LUA_LIB ?= $(LUA_DIR)/src/liblua-native.a
 LUA_INCLUDE_DIR ?= $(LUA_DIR)/src