This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Fix build using clang
Signed-off-by: falkTX <falktx@falktx.com>
pull/128/head
falkTX
9 months ago
parent
bc55bda1fa
commit
30ecea0653
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
meson.build
+ 1
- 2
meson.build
View File
@@ -152,8 +152,7 @@ if not os_darwin
]
endif
# FIXME check for clang instead
if not (os_darwin or os_windows)
if cc.get_id() == 'gcc'
build_flags += [
'-fno-gnu-unique'
]
Write
Preview
Loading…
Cancel
Save