diff options
Diffstat (limited to 'Library/Formula/libplist.rb')
| -rw-r--r-- | Library/Formula/libplist.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 3d417636a..17ee21290 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -11,7 +11,8 @@ class Libplist <Formula def install # Disable Python bindings. - inreplace "CMakeLists.txt", 'OPTION(ENABLE_PYTHON "Enable Python bindings (needs Swig)" ON)', '# Disabled Python Bindings' + inreplace "CMakeLists.txt", 'OPTION(ENABLE_PYTHON "Enable Python bindings (needs Swig)" ON)', + '# Disabled Python Bindings' system "cmake . #{std_cmake_parameters}" system "make install" |
