mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 05:22:01 +08:00
Fix build on Win
This commit is contained in:
parent
2fb1acd74b
commit
15343847bc
@ -167,7 +167,7 @@ void MainFrame::update_title()
|
|||||||
build_id.erase(build_id.begin() + idx_plus, build_id.end());
|
build_id.erase(build_id.begin() + idx_plus, build_id.end());
|
||||||
#if defined(_WIN32) && ! defined(_WIN64)
|
#if defined(_WIN32) && ! defined(_WIN64)
|
||||||
// People are using 32bit slicer on a 64bit machine by mistake. Make it explicit.
|
// People are using 32bit slicer on a 64bit machine by mistake. Make it explicit.
|
||||||
build_id += " 32 bit"
|
build_id += " 32 bit";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user