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

Projucer: Remove ARM32 support on Windows

This commit is contained in:
Oliver James 2024-10-01 10:55:12 +01:00 committed by reuk
parent ccdd857662
commit af51cb46eb
3 changed files with 41 additions and 5 deletions

View file

@ -2,6 +2,23 @@
# Version 8.0.4
## Change
Support for Arm32 in Projucer has been removed for Windows targets.
**Possible Issues**
Projucer projects targeting Arm32 on Windows will no longer be able to select that option.
**Workaround**
Select Arm64 or Arm64EC instead of Arm32, and port any 32-bit specific code to 64-bit.
**Rationale**
32-bit Arm support has been deprecated in current versions of Windows 11.
## Change
The Javascript implementation has been moved into a independent juce module.