mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Fix build on Win
This commit is contained in:
parent
2fb1acd74b
commit
15343847bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue