Skip to content

Commit

Permalink
build system remove error, that is deepöy nested in the thirdparty de…
Browse files Browse the repository at this point in the history
…pendency, since we invoke many macros of that
  • Loading branch information
Totto16 committed Jun 28, 2024
1 parent 5b56655 commit 850223a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/options/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cpp = meson.get_compiler('cpp')

if cpp.get_id() == 'gcc'
add_project_arguments('-Wold-style-cast', language: ['cpp'])
elif cpp.get_id() == 'clang'
if cpp.get_id() == 'clang'

build_with_libcpp_option = get_option('clang_libcpp')

Expand Down

0 comments on commit 850223a

Please sign in to comment.