aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ctl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/ctl.rb b/Library/Formula/ctl.rb
index 86e3009e8..224f2f0df 100644
--- a/Library/Formula/ctl.rb
+++ b/Library/Formula/ctl.rb
@@ -12,6 +12,7 @@ class Ctl < Formula
depends_on "aces_container"
def install
+ ENV.delete "CTL_MODULE_PATH"
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make"