mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-25 07:14:29 +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());
|
||||
#if defined(_WIN32) && ! defined(_WIN64)
|
||||
// People are using 32bit slicer on a 64bit machine by mistake. Make it explicit.
|
||||
build_id += " 32 bit"
|
||||
build_id += " 32 bit";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user