Skip to content

Commit

Permalink
Ok it was needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Dec 28, 2023
1 parent af33292 commit bc309ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worker/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ flatbuffers_proj = subproject(
# flatbuffers schemas subdirectory.
subdir('fbs')

# Add current build directory so libwebrtc has access to FBS folder.
libwebrtc_include_directories = include_directories('include', 'fbs')
subdir('deps/libwebrtc')

dependencies = [
abseil_cpp_proj.get_variable('absl_container_dep'),
openssl_proj.get_variable('openssl_dep'),
Expand Down

0 comments on commit bc309ae

Please sign in to comment.