summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2022-11-21 20:21:59 +0100
committerMartin Mares <mj@ucw.cz>2022-11-21 20:21:59 +0100
commit42e6a803bda392e98276b71994db0b0dd285cab1 (patch)
treef21b60dc3e83b723baea0429d341876a097e39fe
parent5abf19113f5fa88817d6f6e3f190c40205c46b8d (diff)
downloadpciutils-42e6a803bda392e98276b71994db0b0dd285cab1.tar.gz
README.Windows: Fix of $HOST
Suggested by Pali.
-rw-r--r--README.Windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Windows b/README.Windows
index 2bef240..7a5ccab 100644
--- a/README.Windows
+++ b/README.Windows
@@ -21,7 +21,7 @@ users to access config space even with SeTcbPrivilege.
To compile this port, run following command:
- make CROSS_COMPILE=i586-mingw32msvc- HOST=i386-windows ZLIB=no IDSDIR=""
+ make CROSS_COMPILE=i586-mingw32msvc- HOST=i586-windows ZLIB=no IDSDIR=""
To build 64-bit version, run: