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

Javascript: Add warning if CONFIG_BIGNUM is defined

This commit is contained in:
Anthony Nicholls 2024-11-05 18:01:25 +00:00
parent 2e683dd9d2
commit 867d642872

View file

@ -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 <juce_javascript/choc/javascript/choc_javascript_QuickJS.h>
#undef choc