Skip to content

Commit a2f98e1

Browse files
committed
Try with forward slashes
1 parent 7c51e74 commit a2f98e1

File tree

1 file changed

+1
-1
lines changed
  • pkgs/native_toolchain_c/lib/src/native_toolchain

1 file changed

+1
-1
lines changed

pkgs/native_toolchain_c/lib/src/native_toolchain/msvc.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Tool vcvars(ToolInstance toolInstance) {
7272
defaultResolver: InstallLocationResolver(
7373
toolName: fileName,
7474
paths: [
75-
Glob.quote(batchScript.toFilePath()),
75+
Glob.quote(batchScript.toFilePath().replaceAll('\\', '/')),
7676
],
7777
),
7878
);

0 commit comments

Comments
 (0)