Skip to content

Commit

Permalink
meson: Fixed a typo in the project() declaration which results in t…
Browse files Browse the repository at this point in the history
…he latest Meson correctly complaining about an unknown option
  • Loading branch information
dragonmux committed Oct 12, 2024
1 parent 6ce3273 commit 877af15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(
'warning_level=3',
'buildtype=release',
'strip=true',
'b_debug=if-release',
'b_ndebug=if-release',
'b_lto=true',
# libusb needs to pass functions to/from C++ land
'cpp_eh=s',
Expand Down

0 comments on commit 877af15

Please sign in to comment.