Skip to content

Commit

Permalink
Fix build using clang
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 25, 2023
1 parent bc55bda commit 30ecea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down

0 comments on commit 30ecea0

Please sign in to comment.