1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 07:06:51 +00:00

Fixed Linux build error

This commit is contained in:
Matthew Robinaugh 2021-11-05 13:32:15 -07:00
parent 15b3cf04fd
commit 3eb9369371

View File

@ -92,7 +92,7 @@ void loop() {
} }
#endif #endif
#if defined(_WIN32) || defined(linux) #if defined(_WIN32) || defined(NATIVE)
int main() { int main() {
setup(); setup();