mirror of https://github.com/BOINC/boinc.git
Fix: Win x64's alternate platform is really windows_intelx86 not windows_x86_64.
svn path=/trunk/boinc/; revision=12437
This commit is contained in:
parent
5059b146e8
commit
f98df5beff
|
@ -74,7 +74,7 @@ CLIENT_STATE::CLIENT_STATE() {
|
|||
core_client_version.minor = BOINC_MINOR_VERSION;
|
||||
core_client_version.release = BOINC_RELEASE;
|
||||
platform_name = HOSTTYPE;
|
||||
alt_platform_name = HOSTTYPE;
|
||||
alt_platform_name = HOSTTYPEALT;
|
||||
exit_after_app_start_secs = 0;
|
||||
app_started = 0;
|
||||
exit_before_upload = false;
|
||||
|
|
Loading…
Reference in New Issue