Skip to content

Commit

Permalink
Merge pull request pret#243 from lhearachel/scrseq-naix
Browse files Browse the repository at this point in the history
Add scr_seq.naix to naix_headers
  • Loading branch information
lhearachel authored Jun 30, 2024
2 parents 3a7bd2c + cc12a1f commit ca70aea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions res/field/scripts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ scr_seq_files = files(

scr_seq_narc_order = files('scripts.order')

src_seq_narc = custom_target('scr_seq.narc',
scr_seq_narc = custom_target('scr_seq.narc',
output: [
'scr_seq.narc',
'scr_seq.naix',
Expand All @@ -1151,4 +1151,6 @@ src_seq_narc = custom_target('scr_seq.narc',
]
)

nitrofs_files += src_seq_narc
nitrofs_files += scr_seq_narc

naix_headers += scr_seq_narc[1]

0 comments on commit ca70aea

Please sign in to comment.