1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Fix BSD build

This fixes a regression in
5ce2fc388e.
This commit is contained in:
attila 2024-08-19 13:21:53 +02:00
parent d953b9d23c
commit 402bafda0d

View file

@ -154,7 +154,7 @@
#elif JUCE_WINDOWS
#include "native/juce_ActiveXComponent_windows.cpp"
#include "native/juce_SystemTrayIcon_windows.cpp"
#elif JUCE_LINUX
#elif JUCE_LINUX || JUCE_BSD
#include "native/juce_SystemTrayIcon_linux.cpp"
#endif