Browse Source

Fix build with old macOS

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX 3 years ago
parent
commit
08bc05c4f9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +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;


Loading…
Cancel
Save