mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Linux/OSX don't like an "BSD" symbol?
This commit is contained in:
parent
8b4b6afd7b
commit
2c76c42baa
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ void detect_platform()
|
|||
}
|
||||
}
|
||||
#elif defined(__OpenBSD__)
|
||||
s_platform = Platform::BSD;
|
||||
s_platform = Platform::BSDUnix;
|
||||
s_platform_flavor = PlatformFlavor::OpenBSD;
|
||||
#else
|
||||
// This should not happen.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue