From 3eb9369371b04a7d792255ab4a7443cf4ba1c0e2 Mon Sep 17 00:00:00 2001 From: Matthew Robinaugh Date: Fri, 5 Nov 2021 13:32:15 -0700 Subject: [PATCH] Fixed Linux build error --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0c71335..f2ad13d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -92,7 +92,7 @@ void loop() { } #endif -#if defined(_WIN32) || defined(linux) +#if defined(_WIN32) || defined(NATIVE) int main() { setup();