KORE_LDFLAGS is no more.

This commit is contained in:
Joris Vink 2014-10-22 18:48:43 +02:00
parent b9445e84ca
commit ffe94ff585
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ parse a JSON string that was POSTed to the server.
Run:
```
env KORE_LDFLAGS="-lyajl" kore run
env LDFLAGS="-lyajl" kore run
```
Test:

View File

@ -6,7 +6,7 @@ before returning to the client.
Build:
```
# env KORE_LDFLAGS="-I/path/to/libcurl -lcurl" kore build
# env LDFLAGS="-I/path/to/libcurl -lcurl" kore build
```
Run: