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
+
1
6
## 0.2.2
2
7
3
8
- Generate position independent code for libraries by default and add
Original file line number Diff line number Diff line change 4
4
5
5
import 'dart:io' ;
6
6
7
+ import 'package:glob/glob.dart' ;
7
8
import 'package:logging/logging.dart' ;
8
9
import 'package:native_assets_cli/native_assets_cli.dart' ;
9
10
@@ -71,7 +72,7 @@ Tool vcvars(ToolInstance toolInstance) {
71
72
defaultResolver: InstallLocationResolver (
72
73
toolName: fileName,
73
74
paths: [
74
- batchScript.toFilePath (). replaceAll ( ' \\ ' , '/' ),
75
+ Glob . quote ( batchScript.toFilePath ()),
75
76
],
76
77
),
77
78
);
Original file line number Diff line number Diff line change 1
1
name : native_toolchain_c
2
2
description : >-
3
3
A library to invoke the native C compiler installed on the host machine.
4
- version : 0.2.2
4
+ version : 0.2.3
5
5
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
6
6
7
7
topics :
You can’t perform that action at this time.
0 commit comments