Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
aurelf authored Apr 9, 2024
1 parent dcbe5d7 commit 954213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4372,7 +4372,7 @@ summary_info += {'SymCC Shared Library': get_option('symcc_rt_shared')}
if get_option('symcc_rt_llvm_version') != ''
summary_info += {'SymCC Runtime with LLVM Version': get_option('symcc_rt_llvm_version')}
else
summary_info += {'SymCC Runtime with LLVM Version': 'To be detected by SymCC build'}
summary_info += {'SymCC Runtime with LLVM Version': 'To be detected by SymCC Runtime build'}
endif
summary(summary_info, bool_yn: true, section: 'SymQEMU')

Expand Down

0 comments on commit 954213e

Please sign in to comment.