commit 299dc7f7a212f6705d0b03c4b25048deb2b0388a parent 1a8514dea1b55b06ae1b12b125a2d29c9b4b5064 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat, 1 Apr 2017 10:37:49 +0300 Cross-compile fix from ygalblum Diffstat:
Makefile.mess | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.mess b/Makefile.mess @@ -4,7 +4,7 @@ ifdef LUA_INCDIR endif # OS detection -uname := $(shell uname -s) +uname ?= $(shell uname -s) ifneq ($(uname),Darwin) LDFLAGS += -shared