From 4b244a27a7c3bb5127a6f1b9fe0c32f2640cf239 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 3 Jan 2013 16:22:12 +0000 Subject: added more libs that don't work on Mac in 64-bit svn path=/trunk/scripts/guiplugins/64bit-warning-plugin/; revision=16817 --- 64bit-warning-plugin.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1