diff --git a/modules/juce_javascript/juce_javascript.cpp b/modules/juce_javascript/juce_javascript.cpp index 7a22d8f33c..31efdbd1ca 100644 --- a/modules/juce_javascript/juce_javascript.cpp +++ b/modules/juce_javascript/juce_javascript.cpp @@ -43,6 +43,11 @@ #include "juce_javascript.h" +#ifdef CONFIG_BIGNUM + JUCE_COMPILER_WARNING ("The QuickJS version embedded inside of JUCE does not support the CONFIG_BIGNUM setting.") + #undef CONFIG_BIGNUM +#endif + #define choc juce::detail::choc #include #undef choc