forked from mirrors/kore
KORE_LDFLAGS is no more.
This commit is contained in:
parent
b9445e84ca
commit
ffe94ff585
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user