comment here
This commit is contained in:
14
.CondaPkg/env/lib/itcl4.2.2/pkgIndex.tcl
vendored
Normal file
14
.CondaPkg/env/lib/itcl4.2.2/pkgIndex.tcl
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- tcl -*-
|
||||
# Tcl package index file, version 1.1
|
||||
#
|
||||
|
||||
if {![package vsatisfies [package provide Tcl] 8.6-]} {return}
|
||||
|
||||
if {[package vsatisfies [package provide Tcl] 9.0-]} {
|
||||
package ifneeded itcl 4.2.2 \
|
||||
[list load [file join $dir libtcl9itcl4.2.2.so] Itcl]
|
||||
} else {
|
||||
package ifneeded itcl 4.2.2 \
|
||||
[list load [file join $dir libitcl4.2.2.so] Itcl]
|
||||
}
|
||||
package ifneeded Itcl 4.2.2 [list package require -exact itcl 4.2.2]
|
||||
Reference in New Issue
Block a user