Skip to content

Commit

Permalink
Add togl3 for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 16, 2024
1 parent 3d63509 commit 5a3f701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added python/togl3/darwin/Togl3.0/libTogl3.0.dylib
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
if {[package vsatisfies [package provide Tcl] 9.0-]} {
package ifneeded Togl 3.0 \
[list load [file join $dir libtcl9Togl3.0.so] [string totitle Togl]]
[list load [file join $dir libtcl9Togl3.0.dylib] [string totitle Togl]]
} else {
package ifneeded Togl 3.0 \
[list load [file join $dir libTogl3.0.so] [string totitle Togl]]
[list load [file join $dir libTogl3.0.dylib] [string totitle Togl]]
}

0 comments on commit 5a3f701

Please sign in to comment.