Skip to content

Only link and bundle in command line script when not building with --output-o or --output-bc#72

Open
apozharski wants to merge 2 commits into
JuliaLang:mainfrom
apozharski:ap/output-o-should-not-link
Open

Only link and bundle in command line script when not building with --output-o or --output-bc#72
apozharski wants to merge 2 commits into
JuliaLang:mainfrom
apozharski:ap/output-o-should-not-link

Conversation

@apozharski

Copy link
Copy Markdown
Contributor

Currently the commandline script always throws errors when using the --output-o and --output-bc flags as link_products and bundle_products is always called regardless of flags set.
I have added in this PR guards which only call these when we should.

@gbaraldi

Copy link
Copy Markdown
Member

Could you add a test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants