From: Vincent Torri Date: Sun, 18 Nov 2018 12:22:10 +0000 (+0100) Subject: Add documentation about DLLTOOL variable X-Git-Tag: upstream/1.9.3~5^2~23^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d966844a952d6fa2ff06c1bd920dca4b2e70e6a7;p=platform%2Fupstream%2Flz4.git Add documentation about DLLTOOL variable --- diff --git a/lib/README.md b/lib/README.md index 8b3b424..66f1eed 100644 --- a/lib/README.md +++ b/lib/README.md @@ -64,6 +64,7 @@ Other files present in the directory are not source code. There are : - `LICENSE` : contains the BSD license text - `Makefile` : `make` script to compile and install lz4 library (static and dynamic) + - dlltool can be overrided by setting DLLTOOL variable (useful when cross-compiling on Linux for Windows) - `liblz4.pc.in` : for `pkg-config` (used in `make install`) - `README.md` : this file