mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
Fix couple of build issues on gcc
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user