mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Javascript: Update choc dependency
This fixes an issue when evaluating javascript on macOS while address sanitiser and undefined behaviour sanitiser are both enabled
This commit is contained in:
parent
b108fe26c3
commit
24d33759b8
39 changed files with 564 additions and 484 deletions
|
|
@ -1066,7 +1066,6 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_core/javascript/choc/text/choc_JSON.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_StringUtilities.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_UTF8.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/JUCE_CHANGES.txt"
|
||||
"../../../../../modules/juce_core/javascript/choc/LICENSE.md"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.cpp"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.h"
|
||||
|
|
@ -3649,7 +3648,6 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_core/javascript/choc/text/choc_JSON.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_StringUtilities.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/text/choc_UTF8.h"
|
||||
"../../../../../modules/juce_core/javascript/choc/JUCE_CHANGES.txt"
|
||||
"../../../../../modules/juce_core/javascript/choc/LICENSE.md"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.cpp"
|
||||
"../../../../../modules/juce_core/javascript/juce_Javascript.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue