Skip to content

Commit cf97b37

Browse files
committed
consistently use unknown for the default setting of both sys and arch
1 parent 221372f commit cf97b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ download_vc:
2626

2727
v:
2828
@set -e; \
29-
sys=`uname -s 2>/dev/null || echo Unknown`; \
29+
sys=`uname -s 2>/dev/null || echo unknown`; \
3030
arch=`uname -m 2>/dev/null || echo unknown`; \
3131
set -- $(CFLAGS); \
3232
ccflags=; \

0 commit comments

Comments
 (0)