require 'formula' class MysqlConnectorC :build def install fails_with_llvm "error: unsupported inline asm" system "cmake . #{std_cmake_parameters}" system 'make' ENV.j1 system 'make install' end end