1
0
Fork 0
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:
Anthony Nicholls 2024-10-28 10:11:44 +00:00
parent b108fe26c3
commit 24d33759b8
39 changed files with 564 additions and 484 deletions

View file

@ -688,7 +688,6 @@
<ClInclude Include="..\..\JuceLibraryCode\JuceHeader.h"/>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\modules\juce_core\javascript\choc\JUCE_CHANGES.txt"/>
<None Include="..\..\..\..\modules\juce_core\javascript\choc\LICENSE.md"/>
<None Include="..\..\..\..\modules\juce_core\native\java\README.txt"/>
</ItemGroup>

View file

@ -1019,9 +1019,6 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\modules\juce_core\javascript\choc\JUCE_CHANGES.txt">
<Filter>JUCE Modules\juce_core\javascript\choc</Filter>
</None>
<None Include="..\..\..\..\modules\juce_core\javascript\choc\LICENSE.md">
<Filter>JUCE Modules\juce_core\javascript\choc</Filter>
</None>