diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-08-08 22:53:39 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-08-08 22:53:39 +0300 |
commit | 2ea1fb849c6f8fbe1b8d6c319d721183988bd2ce (patch) | |
tree | 6030a92783cd96b0f8512c356ccafd7ff39b8f96 /manual tests | |
parent | 40aff7caa07291036ce002781b2394d66b0977e5 (diff) | |
download | meson-2ea1fb849c6f8fbe1b8d6c319d721183988bd2ce.zip meson-2ea1fb849c6f8fbe1b8d6c319d721183988bd2ce.tar.gz meson-2ea1fb849c6f8fbe1b8d6c319d721183988bd2ce.tar.bz2 |
Doc clarification.
Diffstat (limited to 'manual tests')
-rw-r--r-- | manual tests/4 standalone binaries/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual tests/4 standalone binaries/readme.txt b/manual tests/4 standalone binaries/readme.txt index 5a3604d..991b5c6 100644 --- a/manual tests/4 standalone binaries/readme.txt +++ b/manual tests/4 standalone binaries/readme.txt @@ -1,6 +1,6 @@ This directory shows how you can build redistributable binaries. On OSX this menans building an app bundle and a .dmg installer. On Linux -it means building a binary that bundles its dependencies. On Windows +it means building an archive that bundles its dependencies. On Windows it means building an .exe installer. To build each package you run the corresponding build_ARCH.sh build |