Skip to content

Commit

Permalink
@8 not needed in include dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Dec 4, 2024
1 parent 154235e commit c8d5402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_support/tcl.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __get_brew_tcl_install_info_mac(env) -> Optional[TclInstallInfo]:
install_info = TclInstallInfo(
home=home_dir,
lib_dir=home_dir / "lib",
include_dir=home_dir / "include" / prefix,
include_dir=home_dir / "include" / "tcl-tk",
dyn_lib_name="libtcl8.6.dylib",
include_lib_name="tcl8.6",
)
Expand Down

0 comments on commit c8d5402

Please sign in to comment.