Skip to content

Commit

Permalink
meson: work around unneeded re-builds
Browse files Browse the repository at this point in the history
Not sure what was wrong, but this way it works better.
  • Loading branch information
stsp committed Feb 13, 2024
1 parent 4e26e24 commit 5c051d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdpp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ta = custom_target('thunk_asms.h',

FDPP_CFILES = ['smalloc.c', 'farhlp_sta.c']
ccgen = generator(find_program('echo'),
arguments: ['#include', '"@INPUT@"'],
arguments: ['#include', '"@BASENAME@.c"'],
output: '@BASENAME@.cc',
capture: true)
ppccf = ccgen.process(FDPP_CFILES)
Expand Down

0 comments on commit 5c051d2

Please # to comment.