update to make it work with Ruby 1.9.2

git-svn-id: http://cexception.svn.sourceforge.net/svnroot/cexception/trunk@14 50f63946-2846-0410-8d77-f904c773002e
This commit is contained in:
mvandervoord
2010-10-22 01:06:43 +00:00
parent a6f78d0d28
commit 2c261f58c7
+1 -1
View File
@@ -3,7 +3,7 @@ HERE = File.expand_path(File.dirname(__FILE__)) + '/'
require 'rake'
require 'rake/clean'
require 'rake/testtask'
require 'vendor/unity/auto/colour_reporter.rb'
require HERE+'vendor/unity/auto/colour_reporter.rb'
#Tool and Lib Locations
C_COMPILER = 'gcc'