From 1ca7d61d886dbcaa7e54492ecf86b732f03f8399 Mon Sep 17 00:00:00 2001 From: Michael Kuc Date: Wed, 19 Jun 2019 19:42:20 +0100 Subject: [PATCH] Set architecture. --- Architecture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture.hpp b/Architecture.hpp index 7fa3bd0..e531655 100644 --- a/Architecture.hpp +++ b/Architecture.hpp @@ -18,7 +18,7 @@ along with this program. If not, see . #pragma once -#define ARCHITECTURE ANDROID +#define ARCHITECTURE RASPBERRY_PI` #if ARCHITECTURE == RASPBERRY_PI #define STORAGE_PREFIX "/usr/share/"