File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.3  
2+ 
3+ -  Fix MSVC tool resolution inside (x86) folder
4+   ([ #123  ] ( https://github.com/dart-lang/native/issues/123 ) ).
5+ 
16## 0.2.2  
27
38-  Generate position independent code for libraries by default and add
Original file line number Diff line number Diff line change 44
55import  'dart:io' ;
66
7+ import  'package:glob/glob.dart' ;
78import  'package:logging/logging.dart' ;
89import  'package:native_assets_cli/native_assets_cli.dart' ;
910
@@ -71,7 +72,7 @@ Tool vcvars(ToolInstance toolInstance) {
7172    defaultResolver:  InstallLocationResolver (
7273      toolName:  fileName,
7374      paths:  [
74-         batchScript.toFilePath ().replaceAll ('\\ ' , '/' ),
75+         Glob . quote ( batchScript.toFilePath ().replaceAll ('\\ ' , '/' ) ),
7576      ],
7677    ),
7778  );
Original file line number Diff line number Diff line change 11name : native_toolchain_c 
22description : >- 
33  A library to invoke the native C compiler installed on the host machine. 
4- version : 0.2.2  
4+ version : 0.2.3  
55repository : https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c 
66
77topics :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments