diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2016-10-15 12:57:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-15 12:57:30 -0400 |
commit | 1debd4d4fb18338c42101aa79317bd08c683b3db (patch) | |
tree | b8c13f38e0e8d419d831af47a40bf682f0660c58 | |
parent | Merge pull request #383 from jonls/icon-tooltip (diff) | |
parent | Fixed typo in the host parameter for cross compiling 32-bit builds (diff) | |
download | redshift-ng-1debd4d4fb18338c42101aa79317bd08c683b3db.tar.gz redshift-ng-1debd4d4fb18338c42101aa79317bd08c683b3db.tar.bz2 redshift-ng-1debd4d4fb18338c42101aa79317bd08c683b3db.tar.xz |
Merge pull request #320 from Nepochal/typo
Fixed typo in HACKING.md 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 \ |