build: fix arch detection

master
William Pitcock 2018-01-31 05:58:26 +00:00
parent e43fc2698a
commit b686d707b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARCH := $(uname -m)
ARCH := $(shell uname -m)
CFLAGS = -ggdb3 -O2 -Wall