Skip to content
Snippets Groups Projects
Commit 80976dea authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

Fix up update-orc-dist target for the case where there are no orc targets

See !168 (comment 561914)

Part-of: <!173>
parent 02995c84
No related branches found
No related tags found
No related merge requests found
...@@ -305,6 +305,6 @@ run_target('git-update', command : [update]) ...@@ -305,6 +305,6 @@ run_target('git-update', command : [update])
run_target('update', command : [update, run_target('update', command : [update,
'--builddir=@0@'.format(meson.current_build_dir())]) '--builddir=@0@'.format(meson.current_build_dir())])
if orc_subproject.found() if orc_subproject.found() and orc_update_targets.length() > 0
alias_target('update-orc-dist', orc_update_targets) alias_target('update-orc-dist', orc_update_targets)
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment