]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
Early support for NetBSD (the dedicated binary works and the GLX binary compiles)
[xonotic/darkplaces.git] / sys_shared.c
index 465b322ef71a5b9e82f0810967112051f27fb023..18628ef66d361c3f697f22f4f3d923c96d9a719e 100644 (file)
@@ -103,6 +103,8 @@ void Sys_Shared_EarlyInit(void)
        os = "Linux";
 #elif defined(WIN32)
        os = "Windows";
+#elif defined(__NetBSD__)
+       os = "NetBSD";
 #else
        os = "Unknown";
 #endif