Skip to content

Commit

Permalink
gumjs: Ensure Gum .a is built before building devkit (#810)
Browse files Browse the repository at this point in the history
Otherwise a bug may occur during build where the GumJS devkit is built
without Gum's object files included.
  • Loading branch information
hexploitable authored Jul 18, 2024
1 parent 6e33b00 commit a2d6ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/gumjs/devkit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if cc.get_argument_syntax() == 'msvc'
endif

custom_target('gumjs-devkit',
input: gumjs,
input: [gum, gumjs],
output: devkit_outputs,
command: [
mkdevkit,
Expand Down

0 comments on commit a2d6ad3

Please sign in to comment.