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:
parent
2e683dd9d2
commit
867d642872
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue