Skip to content

Commit 30ecea0

Browse files
committed
Fix build using clang
Signed-off-by: falkTX <falktx@falktx.com>
1 parent bc55bda commit 30ecea0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ if not os_darwin
152152
]
153153
endif
154154

155-
# FIXME check for clang instead
156-
if not (os_darwin or os_windows)
155+
if cc.get_id() == 'gcc'
157156
build_flags += [
158157
'-fno-gnu-unique'
159158
]

0 commit comments

Comments
 (0)