check for arch instead
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ set -x
|
|||||||
|
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
||||||
if [ "x$LIBUSB" = "xwindows" ]; then
|
if [ "x$ARCH" != "x" ]; then
|
||||||
./configure
|
./configure
|
||||||
touch ChangeLog
|
touch ChangeLog
|
||||||
make dist
|
make dist
|
||||||
|
|||||||
Reference in New Issue
Block a user