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:
parent
15b3cf04fd
commit
3eb9369371
@ -92,7 +92,7 @@ void loop() {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(linux)
|
||||
#if defined(_WIN32) || defined(NATIVE)
|
||||
int main() {
|
||||
|
||||
setup();
|
||||
|
Loading…
x
Reference in New Issue
Block a user