aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe836c8..2e977d9 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ one is currently required as well.
You will need to create a `config.h` appropriate for the target system. If
missing, a default version will be created from `config.def.h`,
which should work for most glibc systems, or musl systems with
-`-D 'DYNAMIC_LINKER="/lib/ld-musl-x86_64.so.1"'`.
+`-D 'DYNAMICLINKER="/lib/ld-musl-x86_64.so.1"'`.
You may also want to customize your environment or `config.mk` with the
appropriate `CC`, `CFLAGS` and `LDFLAGS`.