diff options
author | nepochal <development@mischolz.de> | 2016-02-25 11:54:54 +0100 |
---|---|---|
committer | nepochal <development@mischolz.de> | 2016-02-25 11:54:54 +0100 |
commit | 76cecad084f493a75a7dde705d73fe76d9301f96 (patch) | |
tree | a4f04f6a471cf55f15cbfd9dc3075f02dd9a3a18 | |
parent | Merge pull request #308 from Anarky/master (diff) | |
download | redshift-ng-76cecad084f493a75a7dde705d73fe76d9301f96.tar.gz redshift-ng-76cecad084f493a75a7dde705d73fe76d9301f96.tar.bz2 redshift-ng-76cecad084f493a75a7dde705d73fe76d9301f96.tar.xz |
Fixed typo in the host parameter for cross compiling 32-bit builds
-rw-r--r-- | HACKING.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ Cross-compile for Windows ------------------------- Install MinGW and run `configure` using the following command line. Use -`i686-w64-migw32` as host for 32-bit builds. +`i686-w64-mingw32` as host for 32-bit builds. ``` shell $ ./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi \ |