collada-dom: use patch DSL
This commit is contained in:
parent
72968d4a35
commit
7b8fa6be5f
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ class ColladaDom < Formula
|
|||
depends_on 'boost'
|
||||
|
||||
# Fix build of minizip: quoting arguments to cmake's add_definitions doesn't work the way they thought it did.
|
||||
def patches
|
||||
return DATA
|
||||
end
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue