Skip to content

Commit

Permalink
Fix path to thread library within zip
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Dec 7, 2024
1 parent 78f971c commit 80c6be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgIndex.tcl.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package ifneeded ttrace @PACKAGE_VERSION@ [list ::apply {{dir} {
} elseif {[file readable [file join $dir ttrace.tcl]]} {
source [file join $dir ttrace.tcl]
} elseif {![catch {zipfs mount [file join $dir @PKG_LIB_FILE@] //zipfs:/lib/thread}]} {
source //zipfs:/lib/thread/thread_library/ttrace.tcl
source //zipfs:/lib/thread/ttrace.tcl
}
if {[namespace which ::ttrace::update] ne ""} {
::ttrace::update
Expand Down

0 comments on commit 80c6be2

Please sign in to comment.