aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2019-05-31 16:50:29 -0700
committerGravatar GitHub <noreply@github.com>2019-05-31 16:50:29 -0700
commit3be06d5e78f865ea737b21ce5236b069c0f8f018 (patch)
treeb263f4bfb4e04ab659ef9cb0ccd3302514c7cd52 /infra/base-images
parentd1539ce271baecc8b281fc0c0b7f886c98d780de (diff)
[docs] Remove `-lFuzzingEngine` reference from base-builder image readme.
//cc @jonathanmetzman
Diffstat (limited to 'infra/base-images')
-rw-r--r--infra/base-images/base-builder/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/README.md b/infra/base-images/base-builder/README.md
index 875786ab..1ff88e6b 100644
--- a/infra/base-images/base-builder/README.md
+++ b/infra/base-images/base-builder/README.md
@@ -43,7 +43,7 @@ docker run --rm -ti -e <i>SANITIZER</i>=<i>undefined</i> gcr.io/oss-fuzz/sqlite3
| `/out/` | `$OUT` | Directory to store build artifacts (fuzz targets, dictionaries, options files, seed corpus archives). |
| `/src/` | `$SRC` | Directory to checkout source files |
| `/work/`| `$WORK` | Directory for storing intermediate files |
-| `/usr/lib/libFuzzingEngine.a` | `$LIB_FUZZING_ENGINE` | Location of prebuilt fuzzing engine library (e.g. libFuzzer ) that needs to be linked with all fuzz targets (`-lFuzzingEngine`).
+| `/usr/lib/libFuzzingEngine.a` | `$LIB_FUZZING_ENGINE` | Location of prebuilt fuzzing engine library (e.g. libFuzzer ) that needs to be linked with all fuzz targets.
While files layout is fixed within a container, the environment variables are
provided to be able to write retargetable scripts.