This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix build with old macOS
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX
3 years ago
parent
f9afda01df
commit
08bc05c4f9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/modules/water/threads/ChildProcess.cpp
+ 2
- 0
source/modules/water/threads/ChildProcess.cpp
View File
@@ -146,9 +146,11 @@ public:
switch (type)
{
# ifdef __MAC_10_12
case TypeARM:
pref = CPU_TYPE_ARM64;
break;
# endif
case TypeIntel:
pref = CPU_TYPE_X86_64;
break;
Write
Preview
Loading…
Cancel
Save