Skip to content

Commit

Permalink
🚧 fix meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jun 26, 2024
1 parent 5ff8b59 commit dcbab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_libreq = shared_library('test_libreq',
source_path + 'simple_tui.cpp',
source_path + 'tui.cpp',
],
include_directories : [include_directories(source_path), include_directories('../gucc/src')],
include_directories : [include_directories(source_path), include_directories('../gucc/include')],
dependencies: deps,
link_with: [gucc_lib]
)
Expand Down

0 comments on commit dcbab93

Please sign in to comment.