mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-03 21:10:31 +00:00
Fixed Linux build error
This commit is contained in:
+1
-1
@@ -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