Skip to content

Commit

Permalink
Add missing include_directories()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Feb 2, 2024
1 parent c6e2d3d commit 2e34207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/packagefiles/pcre2/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if cc.get_id() != 'tcc'
endif

pcre2_includes = [
'.',
'src/',
include_directories('.'),
include_directories('src/'),
]

libpcre2 = static_library('pcre2', pcre2_files,
Expand Down

0 comments on commit 2e34207

Please sign in to comment.