Skip to content

Commit

Permalink
Fix broken pkgindex for nmake. Ticket [8b8406e3]
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Dec 5, 2024
1 parent 6be94c4 commit 9098b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/makefile.vc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if {[package vsatisfies [package provide Tcl] 9.0-]} {
[list load [file join $$dir tcl9itcl$(VERSION).dll] Itcl]
} else {
package ifneeded itcl $(DOTVERSION) \
[list load [file join $$dir itcl$(VERSION).dll] Itcl]
[list load [file join $$dir itcl$(VERSION)$(SUFX).dll] Itcl]
}
package ifneeded Itcl $(DOTVERSION) [list package require -exact itcl $(DOTVERSION)]
<<
Expand Down

0 comments on commit 9098b1d

Please sign in to comment.