mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fix couple of build issues on gcc
This commit is contained in:
parent
9a4376ddc6
commit
5670f5ffb0
5 changed files with 9 additions and 4 deletions
|
@ -78,9 +78,9 @@ void AppConfig::set_defaults()
|
|||
set("single_instance",
|
||||
#ifdef __APPLE__
|
||||
"1"
|
||||
#else __APPLE__
|
||||
#else // __APPLE__
|
||||
"0"
|
||||
#endif __APPLE__
|
||||
#endif // __APPLE__
|
||||
);
|
||||
|
||||
if (get("remember_output_path").empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue