mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* mkconfig.rb: should not use the libraries under the source directory
at cross compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									7e4c66342d
								
							
						
					
					
						commit
						0e7eb0f842
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
Thu Dec 27 23:56:01 2007  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* mkconfig.rb: should not use the libraries under the source directory
 | 
			
		||||
	  at cross compiling.
 | 
			
		||||
 | 
			
		||||
Thu Dec 27 23:43:35 2007  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* cygwin/GNUmakefile.in (EXTOBJS): uses ruby.rc always for other than
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,8 @@ $install_name ||= nil
 | 
			
		|||
$so_name ||= nil
 | 
			
		||||
 | 
			
		||||
srcdir = File.dirname(__FILE__)
 | 
			
		||||
$:.replace [srcdir+"/lib", "."]
 | 
			
		||||
$:.replace [srcdir+"/lib"] unless defined?(CROSS_COMPILING)
 | 
			
		||||
$:.unshift(".")
 | 
			
		||||
 | 
			
		||||
require "fileutils"
 | 
			
		||||
mkconfig = File.basename($0)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue