aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-10 17:20:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-10 17:20:41 +0300
commit26a4afb7007f71a5e82c239c65d72952542fd990 (patch)
treed7e4c9d27e1c0bec2aba90c92780afbb7d91e98d
parentset up cc/c++ executables (diff)
downloadsetup-mingw-26a4afb7007f71a5e82c239c65d72952542fd990.tar.gz
setup-mingw-26a4afb7007f71a5e82c239c65d72952542fd990.zip
README: update
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index 6a17142..b4652ab 100644
--- a/README.md
+++ b/README.md
@@ -21,20 +21,27 @@ Use it in your workflow like this:
Use `x86` if you want to build 32-bit binaries.
* Set the `cygwin` parameter to `1` to set up MinGW inside an existing Cygwin
installation (see [my other action] for setting up Cygwin itself).
+* `cc` and `c++` executables are set up, pointing to the `*-gcc` and `*-g++`
+executables.
+Disable this by setting the `cc` parameter to `0`.
[my other action]: https://github.com/egor-tensin/setup-cygwin
API
---
-| Input | Value | Default | Description
-| -------- | ------- | ------- | -----------
-| platform | x64 | Yes | Install the x86_64 toolchain.
-| | *Other* | No | Install the i686 toolchain.
-| cygwin | 1 | No | Install Cygwin packages.
-| | *Other* | Yes | Install native binaries.
-| static | 1 | Yes | Enable the static-linking workaround.
-| | *Other* | No | Disable the static-linking workaround.
+| Input | Value | Default | Description
+| --------- | ------- | ------- | -----------
+| platform | x64 | Yes | Install the x86_64 toolchain.
+| | *Other* | No | Install the i686 toolchain.
+| cygwin | *Other* | Yes | Install native binaries.
+| | 1 | No | Install Cygwin packages.
+| static | 1 | Yes | Enable the static-linking workaround.
+| | *Other* | No | Disable the static-linking workaround.
+| cc | 1 | Yes | Set up `cc`/`c++` executables.
+| | *Other* | No | Don't set up `cc`/`c++`.
+| hardlinks | *Other* | Yes | Cygwin: don't convert any symlinks.
+| | 1 | No | Cygwin: convert symlinks in /usr/bin to hardlinks.
| Output | Example | Description
| ------- | ------------------------ | -----------