diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/opencv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb index a952b82e4..00e4a8bbd 100644 --- a/Library/Formula/opencv.rb +++ b/Library/Formula/opencv.rb @@ -39,7 +39,7 @@ class Opencv < Formula def install args = std_cmake_parameters.split - args << " -DOPENCV_EXTRA_C_FLAGS='-arch i386 -m32'" if ARGV.include? '--build32' + args << "-DOPENCV_EXTRA_C_FLAGS='-arch i386 -m32'" if ARGV.include? '--build32' # The CMake `FindPythonLibs` Module is dumber than a bag of hammers when # more than one python installation is available---for example, it clings |
