rakelib/setup.rake
changeset 9 34274130f57a
parent 7 b6fe3a90f6e0
child 18 647bee28090f
--- a/rakelib/setup.rake	Tue May 24 14:28:08 2016 +0100
+++ b/rakelib/setup.rake	Wed May 25 10:36:18 2016 +0100
@@ -36,8 +36,7 @@
     elsif win32? then
       if ARCH == 'x86_64' then
         TOOLCHAIN='mingw64'
-      else
-        # TOOLCHAIN='bcc'
+      else        
         TOOLCHAIN="mingw32"
       end
     else