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

Commit

Permalink
android-ndk: conflicts with crystax-ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Nov 1, 2015
1 parent 2b6841a commit e1f0008
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/android-ndk.rb
Expand Up @@ -11,6 +11,9 @@ class AndroidNdk < Formula
depends_on :arch => :x86_64
depends_on "android-sdk" => :recommended

conflicts_with "crystax-ndk",
:because => "both install `ndk-build`, `ndk-gdb` and `ndk-stack` binaries"

def install
bin.mkpath

Expand Down

0 comments on commit e1f0008

Please sign in to comment.