Skip to content

Commit 43822ff

Browse files
authored
fix typo in app.so generation
1 parent 4c05ac6 commit 43822ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ C:\flutter\bin\cache\dart-sdk\bin\dart.exe ^
111111
--output-dill build\kernel_snapshot.dill ^
112112
--verbose ^
113113
--depfile build\kernel_snapshot.d ^
114-
--package:gallery/main.dart
114+
package:gallery/main.dart
115115
```
116116
4. Build the `app.so`. This uses the `gen_snapshot_linux_x64` executable I provide in the engine-binaries branch. It needs to be executed under linux. If you're on Windows, you need to use [WSL](https://docs.microsoft.com/de-de/windows/wsl/install-win10).
117117
```bash

0 commit comments

Comments
 (0)