diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-20 20:59:16 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-20 20:59:16 -0700 |
commit | de7542a197ce4862f132d468d1daa517d15514ee (patch) | |
tree | bb435d9e297d94cf5edbb2821ec1b3062ea09efc | |
parent | 7e3ac150b6eeb4f4e35e26e5b4705aa3c90f536a (diff) | |
download | cproc-de7542a197ce4862f132d468d1daa517d15514ee.tar.xz |
README: Fix DYNAMICLINKER define
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |