Skip to content
Snippets Groups Projects
Commit 7c70c3b6 authored by Rom Walton's avatar Rom Walton
Browse files

- client: Fix linux build break.

    
    client
        cs_platforms.cpp

svn path=/trunk/boinc/; revision=19451
parent d0eb9e30
No related branches found
No related tags found
No related merge requests found
......@@ -8883,3 +8883,9 @@ David 31 Oct 2009
clientgui
AdvancedFrame.cpp
ProjectProcessingPage.cpp
Rom 4 Nov 2009
- client: Fix linux build break.
client
cs_platforms.cpp
......@@ -188,6 +188,7 @@ void CLIENT_STATE::detect_platforms() {
}
#endif
}
}
if (support64) {
add_platform("x86_64-pc-linux-gnu");
......@@ -272,6 +273,7 @@ void CLIENT_STATE::detect_platforms() {
#endif // !defined(UNKNOWN_SOLARIS_PROCESSOR)
#else
// Any other platform, fall back to the previous method
add_platform(HOSTTYPE);
#ifdef HOSTTYPEALT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment