1 --- lgi-0.9.1/lgi/Makefile.orig Wed May 31 11:25:15 2017
2 +++ lgi-0.9.1/lgi/Makefile Wed May 31 11:25:40 2017
4 VERSION_FILE = version.lua
6 ifneq ($(filter cygwin% msys% mingw%, $(HOST_OS)),)
7 -CORE = corelgilua51.dll
8 +CORE = corelgilua53.dll
12 ifeq ($(HOST_OS),darwin)
13 -CORE = corelgilua51.so
14 +CORE = corelgilua53.so
15 LIBFLAG = -bundle -undefined dynamic_lookup
16 CCSHARED = -fno-common
17 GOBJECT_INTROSPECTION_LIBDIR = $(shell pkg-config --variable=libdir $(GINAME))
19 -CORE = corelgilua51.so
20 +CORE = corelgilua53.so