1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added preliminary support for FreeBSD

This commit is contained in:
Tom Poole 2021-02-06 18:15:10 +00:00
parent 241bb8d430
commit 79fbde7099
79 changed files with 507 additions and 242 deletions

View file

@ -109,7 +109,7 @@
#endif
//==============================================================================
#elif JUCE_LINUX && JUCE_WEB_BROWSER
#elif (JUCE_LINUX || JUCE_BSD) && JUCE_WEB_BROWSER
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant", "-Wparentheses")
// If you're missing this header, you need to install the webkit2gtk-4.0 package
@ -168,7 +168,7 @@
#include "native/juce_win32_SystemTrayIcon.cpp"
//==============================================================================
#elif JUCE_LINUX
#elif JUCE_LINUX || JUCE_BSD
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant")
#include "native/juce_linux_XEmbedComponent.cpp"