Skip to content

Commit

Permalink
modules: fix Tcl location
Browse files Browse the repository at this point in the history
Closes #18880.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
fxcoudert committed Oct 3, 2017
1 parent 3088311 commit f6095e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/modules.rb
Expand Up @@ -17,10 +17,9 @@ def install
# -DUSE_INTERP_ERRORLINE fixes
# error: no member named 'errorLine' in 'struct Tcl_Interp'
args = %W[
--disable-debug
--disable-dependency-tracking
--disable-silent-rules
--prefix=#{prefix}
--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework
--datarootdir=#{share}
--disable-versioning
CPPFLAGS=-DUSE_INTERP_ERRORLINE
Expand Down

0 comments on commit f6095e5

Please sign in to comment.