Skip to content

Commit

Permalink
Remove multiple outputs with same name for old meson versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed May 28, 2022
1 parent 4c56704 commit e5a989c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,5 @@ patched_janet = custom_target('patched-janeth',
# Create a version of the janet.h header that matches what jpm often expects
if meson.version().version_compare('>=0.61')
install_symlink('janet.h', pointing_to: 'janet/janet.h', install_dir: get_option('includedir'))
else
patched_janet2 = custom_target('patched-janeth2',
input : ['tools/patch-header.janet', 'src/include/janet.h', jconf],
install : true,
install_dir : get_option('includedir'),
build_by_default : true,
output : ['janet.h'],
command : [janet_nativeclient, '@INPUT@', '@OUTPUT@'])
endif

0 comments on commit e5a989c

Please sign in to comment.