dosbox-x: fix component order
This commit is contained in:
parent
123fc12fa2
commit
5e14400f91
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ class DosboxX < Formula
|
|||
depends_on "sdl_net"
|
||||
depends_on "sdl_sound"
|
||||
|
||||
conflicts_with "dosbox", :because => "both install `dosbox` binaries"
|
||||
|
||||
# Otherwise build failure on Moutain Lion (#311)
|
||||
needs :cxx11
|
||||
|
||||
conflicts_with "dosbox", :because => "both install `dosbox` binaries"
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
|
||||
|
|
Loading…
Reference in a new issue