-
-
Notifications
You must be signed in to change notification settings - Fork 118
Throw error on missing packages #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Throw error on missing packages #85
Conversation
|
This does not work except on macOS. |
caf1fba to
ac57008
Compare
1ec7d3c to
a853944
Compare
a853944 to
5d6b22a
Compare
|
@smorimoto looks like the non-macos script wasn't building with libjpeg/libpng at all. I've fixed this and the build is working on all platforms. |
ahawkins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for addressing this. This bothered me as well.
ahawkins
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something to nudge users toward a solution.
Indicate which packages need to be installed via brew Co-authored-by: Adam Hawkins <[email protected]>
As I mentioned here the
ASDF_PKG_MISSINGvariable doesn't actually do anything. This change actually throws an error if a package is missing.Also added a link to a blog post where I detail this out further.