From 1b54290fa5d1dc65e30469f5e37d4d4668a1826d Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 27 Sep 2016 13:53:38 -0700 Subject: [PATCH] Update new_library.md --- docs/new_library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_library.md b/docs/new_library.md index 9a963af9d..5949a720b 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -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`.