This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added a test to set up the JUCE_64BIT flag if __arm64__ is set.
tags/2021-05-28
jules
10 years ago
parent
31b912bc87
commit
acdb9eb653
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_core/system/juce_TargetPlatform.h
+ 1
- 1
modules/juce_core/system/juce_TargetPlatform.h
View File
@@ -155,7 +155,7 @@
#define JUCE_BIG_ENDIAN 1
#endif
#if defined (__LP64__) || defined (_LP64)
#if defined (__LP64__) || defined (_LP64)
|| defined (__arm64__)
#define JUCE_64BIT 1
#else
#define JUCE_32BIT 1
Write
Preview
Loading…
Cancel
Save