Skip to content

Commit

Permalink
package/flutter-sdk-bin: add target-os as linux
Browse files Browse the repository at this point in the history
We build for Linux.

Signed-off-by: Adam Duskett <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
Adam Duskett authored and yann-morin-1998 committed Nov 18, 2023
1 parent 439c951 commit 3892363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/flutter-sdk-bin/flutter-sdk-bin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ HOST_FLUTTER_SDK_BIN_DART_ARGS = \
-Ddart.vm.product=$(HOST_FLUTTER_SDK_BIN_SDK_PRODUCT) \
--aot \
--tfa \
--target-os linux \
--packages .dart_tool/package_config.json \
--output-dill .dart_tool/flutter_build/*/app.dill \
--depfile .dart_tool/flutter_build/*/kernel_snapshot.d
Expand Down

0 comments on commit 3892363

Please sign in to comment.