From 1fb09a56f3c0fbdde944c6b7c7814b9a44263036 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Tue, 23 Apr 2019 01:03:10 -0700 Subject: [PATCH] cucumber-cpp: fix test on 10.13 --- Formula/cucumber-cpp.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/cucumber-cpp.rb b/Formula/cucumber-cpp.rb index a0acddb95885..cc61356c0a4a 100644 --- a/Formula/cucumber-cpp.rb +++ b/Formula/cucumber-cpp.rb @@ -30,6 +30,10 @@ def install test do ENV["GEM_HOME"] = testpath ENV["BUNDLE_PATH"] = testpath + if MacOS.version == :high_sierra + ENV.delete("CPATH") + ENV.delete("SDKROOT") + end system "gem", "install", "cucumber", "-v", "3.0.0" (testpath/"features/test.feature").write <<~EOS