Skip to content

Commit

Permalink
build: Replace deprecated build_root
Browse files Browse the repository at this point in the history
  • Loading branch information
oscfdezdz committed Jul 15, 2024
1 parent 552bbe5 commit ea3b72d
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 @@ -14,7 +14,7 @@ configure_file(
configuration: config_h,
)
add_project_arguments([
'-I' + meson.build_root(),
'-I' + meson.project_build_root(),
], language: 'c')


Expand Down

0 comments on commit ea3b72d

Please sign in to comment.