moonbridge

changeset 320:5fe68ba5fe0e v1.1.1

Raspbian support in Makefile
author jbe
date Sat Dec 22 18:39:17 2018 +0100 (2018-12-22)
parents 8c1aacea1210
children 9509f1e5e31a
files Makefile
line diff
     1.1 --- a/Makefile	Thu Oct 04 14:30:20 2018 +0200
     1.2 +++ b/Makefile	Sat Dec 22 18:39:17 2018 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  .elif $(PLATFORM) == "Linux"
     1.5  # Distinguish between different Linux distributions
     1.6  DISTRIBUTION != lsb_release -i -s
     1.7 -.if $(DISTRIBUTION) == "Debian"
     1.8 +.if $(DISTRIBUTION) == "Debian" || $(DISTRIBUTION) == "Raspbian"
     1.9  # Default configuration for Debian
    1.10  LUA_INCLUDE ?= /usr/include/lua5.3
    1.11  LUA_LIBDIR  ?= /usr/lib

Impressum / About Us