mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-09-12 13:19:58 +00:00
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:
+1
-1
@@ -3,7 +3,7 @@ HERE = File.expand_path(File.dirname(__FILE__)) + '/'
|
|||||||
require 'rake'
|
require 'rake'
|
||||||
require 'rake/clean'
|
require 'rake/clean'
|
||||||
require 'rake/testtask'
|
require 'rake/testtask'
|
||||||
require 'vendor/unity/auto/colour_reporter.rb'
|
require HERE+'vendor/unity/auto/colour_reporter.rb'
|
||||||
|
|
||||||
#Tool and Lib Locations
|
#Tool and Lib Locations
|
||||||
C_COMPILER = 'gcc'
|
C_COMPILER = 'gcc'
|
||||||
|
|||||||
Reference in New Issue
Block a user