Skip to content

Commit

Permalink
ensure gum is listed as an input for gumjs devkits, otherwise a bug m…
Browse files Browse the repository at this point in the history
…ay occur during build where gumjs is built before gum - resulting in the gumjs devkit missing some gum symbols
  • Loading branch information
hexploitable committed Jul 18, 2024
1 parent 6e33b00 commit 396c38f
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 396c38f

Please sign in to comment.