Skip to content

Commit

Permalink
Update pkgIndex.tcl.in
Browse files Browse the repository at this point in the history
  • Loading branch information
ray2501 committed Dec 12, 2023
1 parent 14f4e76 commit ef42a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ if {[package vsatisfies [package provide Tcl] 9.0-]} {
package ifneeded tgdbm 0.7 \
[list load [file join $dir libtgdbm0.7.so] [string totitle tgdbm]]
}

package ifneeded qgdbm 0.7 \
[list source [file join $dir qgdbm.tcl]]
3 changes: 3 additions & 0 deletions pkgIndex.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ if {[package vsatisfies [package provide Tcl] 9.0-]} {
package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
[list load [file join $dir @PKG_LIB_FILE8@] [string totitle @PACKAGE_NAME@]]
}

package ifneeded qgdbm @PACKAGE_VERSION@ \
[list source [file join $dir qgdbm.tcl]]

0 comments on commit ef42a0b

Please sign in to comment.