kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit ccaab50410eb94b3473fb2f089f101aa474104bc
parent 5da99c886080f69ae484044e6507f07b99a4dac5
Author: Joris Vink <joris@coders.se>
Date:   Thu, 29 Nov 2018 21:03:22 +0100

add /usr/local/lib to tasks example.

Diffstat:
examples/tasks/conf/build.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/tasks/conf/build.conf b/examples/tasks/conf/build.conf @@ -10,7 +10,7 @@ dev { # These cflags are added to the shared ones when # you build the "dev" flavor. cflags=-g - ldflags=-lcurl + ldflags=-L/usr/local/lib -lcurl } #prod {