Fixed typo in spatialite-tools formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
3482e42df4
commit
5299227410
|
@ -10,7 +10,7 @@ class SpatialiteTools <Formula
|
|||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--disable-debug",
|
||||
"--target=macosx"
|
||||
"--target=macosx",
|
||||
"--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue