Skip to content

Commit 84e8a00

Browse files
authored
script set as empty string to fix windows build error (#83)
1 parent d7921ee commit 84e8a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serious_python/lib/serious_python.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class SeriousPython {
6464
return runProgram(appPath,
6565
modulePaths: modulePaths,
6666
environmentVariables: environmentVariables,
67+
script: Platform.isWindows ? "" : null,
6768
sync: sync);
6869
}
6970

0 commit comments

Comments
 (0)