mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/flutter-sdk-bin: add target-os as linux
We build for Linux. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
439c9516e8
commit
38923639b0
@@ -77,6 +77,7 @@ HOST_FLUTTER_SDK_BIN_DART_ARGS = \
|
|||||||
-Ddart.vm.product=$(HOST_FLUTTER_SDK_BIN_SDK_PRODUCT) \
|
-Ddart.vm.product=$(HOST_FLUTTER_SDK_BIN_SDK_PRODUCT) \
|
||||||
--aot \
|
--aot \
|
||||||
--tfa \
|
--tfa \
|
||||||
|
--target-os linux \
|
||||||
--packages .dart_tool/package_config.json \
|
--packages .dart_tool/package_config.json \
|
||||||
--output-dill .dart_tool/flutter_build/*/app.dill \
|
--output-dill .dart_tool/flutter_build/*/app.dill \
|
||||||
--depfile .dart_tool/flutter_build/*/kernel_snapshot.d
|
--depfile .dart_tool/flutter_build/*/kernel_snapshot.d
|
||||||
|
|||||||
Reference in New Issue
Block a user