Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Add formula for CrystaX NDK 10.1.0 #36131

Closed
wants to merge 5 commits into from
Closed

Add formula for CrystaX NDK 10.1.0 #36131

wants to merge 5 commits into from

Conversation

crystax
Copy link
Contributor

@crystax crystax commented Jan 22, 2015

system "#{bin}/ndk-build", "--version"
raise "Can't run ndk-build" unless $?.success?
system "#{bin}/ndk-gdb", "--help"
raise "Can't run ndk-gdb" unless $?.success?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

system will raise an exception if the command fails, so you don't need to raise here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're right. Removed.

@crystax
Copy link
Contributor Author

crystax commented Jan 23, 2015

Should I squash those commits into one or it's ok to keep it as is?

@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants