diff options
| author | Dominyk Tiller | 2016-01-05 17:29:48 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2016-01-05 17:29:48 +0000 |
| commit | a508f9f94b55089d2e37e4f0b0869bd0e425d40c (patch) | |
| tree | 00e1d3cbf57b88b0918cd3234acce03d5314e219 /Library | |
| parent | 6cb900addf21c48550d744e627c45fa9c286e2ba (diff) | |
| download | brew-a508f9f94b55089d2e37e4f0b0869bd0e425d40c.tar.bz2 | |
Revert "formula: pass sdk_path in std_cmake_args"
This reverts commit 5896555e5352b5e4f16f583ea444942cd1fc56bd.
It caused header-location issue on dual-developer-tool systems for certain
formulae. Will need looking at again, but we'll probably have to try and
do this a different way.
Closes Homebrew/homebrew#47668.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 95ac55eec..65f8c338b 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -1047,7 +1047,6 @@ class Formula -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON - -DCMAKE_OSX_SYSROOT=#{MacOS.sdk_path} -Wno-dev ] end |
