Update new_library.md

This commit is contained in:
Mike Aizatsky 2016-09-27 13:53:38 -07:00 committed by GitHub
parent 891cff7d6b
commit 1b54290fa5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ be executed within an image built from a `Dockerfile`.
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
should be placed in `/out`.