README: Use $HOST also in the "Build libudev" configure command

This commit is contained in:
Peter Stuge
2012-08-15 02:02:54 +02:00
committed by Alan Ott
parent 425ef9f86e
commit 8cd443954c
+1 -1
View File
@@ -309,7 +309,7 @@ Build Libusb. From the libusb source directory, run:
Build libudev. From the libudev source directory, run:
./configure --disable-gudev --disable-introspection --disable-hwdb \
--host=arm-linux --prefix=$STAGING
--host=$HOST --prefix=$STAGING
make
make install