Skip to content

Commit

Permalink
meson: Refactor the uninstalled vapidir logic
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 30, 2024
1 parent 4e0c952 commit 6f49efe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gum/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,8 @@ if gir.found()
)
endif

uninstalled_vapidir = meson.project_source_root() / 'vapi'

uninstalled_variables = {
'frida_vapidir': uninstalled_vapidir,
'frida_vapidir': meson.project_source_root() / 'vapi',
'frida_dbghelp_prefix': uninstalled_dbghelp_prefix,
'frida_symsrv_prefix': uninstalled_symsrv_prefix,
}
Expand Down

0 comments on commit 6f49efe

Please sign in to comment.