add amd64-linux
This commit is contained in:
		
							parent
							
								
									4a504e6cf4
								
							
						
					
					
						commit
						874ed27544
					
				@ -20,7 +20,12 @@ sub archname {
 | 
			
		||||
        return 'x86-winnt';
 | 
			
		||||
    }
 | 
			
		||||
    elsif ($os =~ /linux/) {
 | 
			
		||||
        return 'x86-linux';
 | 
			
		||||
	if ($arch =~ /_64/) {
 | 
			
		||||
	    return 'amd64-linux';
 | 
			
		||||
	}
 | 
			
		||||
	else {
 | 
			
		||||
	    return 'x86-linux';
 | 
			
		||||
	}
 | 
			
		||||
    }
 | 
			
		||||
    elsif ($os =~ /hpux/) {
 | 
			
		||||
        if ($vers =~ /11\./) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user