Browse Source

One more fix

Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-12-27
falkTX 4 years ago
parent
commit
5b2907c95e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/juce-current/meson.build

+ 2
- 1
libs/juce-current/meson.build View File

@@ -34,6 +34,7 @@ endif

juce_current_extra_cpp_args = [
'-std=gnu++14',
'-Wno-non-virtual-dtor',
]

if os_windows
@@ -42,7 +43,7 @@ if os_windows
'-D__wchar_t=wchar_t',
'-Wno-unknown-pragmas',
]
if host_machine.cpu() == ''
if host_machine.cpu() == 'x86'
juce_current_extra_cpp_args += [
'-mpreferred-stack-boundary=2',
]


Loading…
Cancel
Save