aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-03 16:22:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-03 16:22:12 +0000
commit4b244a27a7c3bb5127a6f1b9fe0c32f2640cf239 (patch)
tree62a19137423b80c9fb94b356a6605b071b14f201
parentab37642725fa377d5f2effdbb6bec91890efbd67 (diff)
added more libs that don't work on Mac in 64-bit
svn path=/trunk/scripts/guiplugins/64bit-warning-plugin/; revision=16817
-rw-r--r--64bit-warning-plugin.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/64bit-warning-plugin.tcl b/64bit-warning-plugin.tcl
index cc7646e..550966c 100644
--- a/64bit-warning-plugin.tcl
+++ b/64bit-warning-plugin.tcl
@@ -4,7 +4,7 @@
set msg "WARNING: 64-bit builds are still beta, some libraries are known to have serious issues ("
if {$tcl_platform(os) eq "Darwin"} {
- append msg "Gem, tclpd, "
+ append msg "hid, Gem, gem2pdp, tclpd, "
}
append msg "cyclone, maxlib, moonlib, moocow, pdp, bsaylor, etc.)"
::pdwindow::error "$msg\n"