fix(tray): optionally run tray in main event loop enabling support for macOS (#3818)
Co-authored-by: Lukas Senionis <22381748+FrogTheFrog@users.noreply.github.com>
This commit is contained in:
parent
705d763729
commit
73f84fb6dd
6 changed files with 224 additions and 76 deletions
|
|
@ -120,7 +120,6 @@ class @PROJECT_NAME@ < Formula
|
|||
end
|
||||
|
||||
args << "-DCUDA_FAIL_ON_MISSING=OFF" if OS.linux?
|
||||
args << "-DSUNSHINE_ENABLE_TRAY=OFF" if OS.mac?
|
||||
|
||||
system "cmake", "-S", ".", "-B", "build", "-G", "Unix Makefiles",
|
||||
*std_cmake_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue