Skip to content

Commit

Permalink
meson: Add frida-netif to the public frida-core
Browse files Browse the repository at this point in the history
It's needed by ControlService.
  • Loading branch information
oleavr committed Aug 25, 2024
1 parent 31188db commit 4b0d1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ subdir('compiler')

core_sources = base_sources + backend_sources + compiler_sources

internal_libs = [base, pipe] + backend_libs
internal_libs = [base, netif, pipe] + backend_libs
internal_deps = [base_dep, netif_dep, pipe_dep]

if host_os_family == 'windows'
Expand Down

0 comments on commit 4b0d1ea

Please sign in to comment.