mirror of https://github.com/google/oss-fuzz.git
Update new_library.md
This commit is contained in:
parent
891cff7d6b
commit
1b54290fa5
|
@ -50,7 +50,7 @@ be executed within an image built from a `Dockerfile`.
|
||||||
|
|
||||||
In general, this script will need to:
|
In general, this script will need to:
|
||||||
|
|
||||||
1. Build the library using its build system *with* correct compiler and its flags (see environment section below).
|
1. Build the library using its build system *with* correct compiler and its flags provided as *environment variables* (see below).
|
||||||
2. Build the fuzzers, linking with the library and libFuzzer. Built fuzzers
|
2. Build the fuzzers, linking with the library and libFuzzer. Built fuzzers
|
||||||
should be placed in `/out`.
|
should be placed in `/out`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue