moonbridge

changeset 323:1cd58b8efa23

Add -L/usr/lib to ld call for compiling on FreeBSD
author jbe
date Sat Oct 12 01:45:43 2019 +0200 (2019-10-12)
parents fe1a134a92a4
children 253eba579b6a
files Makefile
line diff
     1.1 --- a/Makefile	Mon Jan 21 20:23:50 2019 +0100
     1.2 +++ b/Makefile	Sat Oct 12 01:45:43 2019 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  LUA_INCLUDE ?= /usr/local/include/lua53
     1.5  LUA_LIBDIR  ?= /usr/local/lib
     1.6  LUA_LIBRARY ?= lua-5.3
     1.7 -UTIL_FLAGS  ?= -lutil
     1.8 +UTIL_FLAGS  ?= -lutil -L/usr/lib
     1.9  
    1.10  .elif $(PLATFORM) == "Linux"
    1.11  # Distinguish between different Linux distributions

Impressum / About Us