diff options
| author | hexcoder <hexcoder-@users.noreply.github.com> | 2019-10-10 21:38:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-10 21:38:12 +0200 |
| commit | f7bdb6555d74cde1632497c6bcb92b07aac1b3b6 (patch) | |
| tree | f7b00d1efa8e504b188eb9747a15c6a3d757bcac | |
| parent | 125a59df91bb09f3288371185c15a48a08376bfe (diff) | |
| download | afl++-f7bdb6555d74cde1632497c6bcb92b07aac1b3b6.tar.gz | |
Update README.md
Found Apple's statement on not supporting statically linked binaries and mentioned it.
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index f818e271..4c04e1b6 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,9 @@ These build options exist: * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well * help: shows these build options -You can also build statically linked versions of the afl++ binaries by passing the STATIC=1 argument to make: +[https://developer.apple.com/library/archive/qa/qa1118/_index.html](Unless +you are on Mac OS X) you can also build statically linked versions of the +afl++ binaries by passing the STATIC=1 argument to make: ```shell $ make all STATIC=1 |
