aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cube/cube.cpp')
-rw-r--r--cube/cube.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cube/cube.cpp b/cube/cube.cpp
index e7826d8e..f5db1f69 100644
--- a/cube/cube.cpp
+++ b/cube/cube.cpp
@@ -3256,7 +3256,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pCmdLine,
return (int)msg.wParam;
}
-#elif __linux__
+#elif defined(__linux__) || defined(__FreeBSD__)
int main(int argc, char **argv) {
Demo demo;