aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 22:24:52 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 22:24:52 +0000
commit3e99d07bc09e1b82ee6191527bb3e555052c55ac (patch)
tree983970f9f82b0d0ef29f716dd67f988822a17cf4 /lib
parenteb23590d13c14bb0ab5300c8bb356de2274b43b2 (diff)
downloadlz4-3e99d07bc09e1b82ee6191527bb3e555052c55ac.tar.gz
trim excess whitespace
Diffstat (limited to 'lib')
-rw-r--r--lib/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README.md b/lib/README.md
index e2af868f..884c797c 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -101,7 +101,7 @@ All `*.h` files present in `/lib` remain necessary to compile `lz4_all.c`.
DLL can be created using MinGW+MSYS with the `make liblz4` command.
This command creates `dll\liblz4.dll` and the import library `dll\liblz4.lib`.
-To override the `dlltool` command when cross-compiling on Linux, just set the `DLLTOOL` variable. Example of cross compilation on Linux with mingw-w64 64 bits:
+To override the `dlltool` command when cross-compiling on Linux, just set the `DLLTOOL` variable. Example of cross compilation on Linux with mingw-w64 64 bits:
```
make BUILD_STATIC=no CC=x86_64-w64-mingw32-gcc DLLTOOL=x86_64-w64-mingw32-dlltool OS=Windows_NT
```