sqlitebrowser: drop leading dashes from option
This commit is contained in:
parent
520c1b51c4
commit
bdf4a39fd7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Sqlitebrowser < Formula
|
|||
|
||||
depends_on 'qt'
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'sqlite' => '--with-functions'
|
||||
depends_on 'sqlite' => 'with-functions'
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue