add /usr/local/lib to tasks example.

This commit is contained in:
Joris Vink 2018-11-29 21:03:22 +01:00
parent 5da99c8860
commit ccaab50410

View File

@ -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 {