We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872e4be commit e99a63eCopy full SHA for e99a63e
Source/PythonProcessor.cpp
@@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License
20
along with this program. If not, see <http://www.gnu.org/licenses/>.
21
*/
22
23
-#if JUCE_LINUX
+#if defined (LINUX) || defined (__linux__)
24
#include <dlfcn.h>
25
#endif
26
#include <filesystem>
0 commit comments