mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-25 23:51:35 +00:00
Fixed Linux build error
This commit is contained in:
@@ -92,7 +92,7 @@ void loop() {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(linux)
|
||||
#if defined(_WIN32) || defined(NATIVE)
|
||||
int main() {
|
||||
|
||||
setup();
|
||||
|
Reference in New Issue
Block a user