mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add the Impeller shader lib to the engine archive (flutter/engine#37218)
This commit is contained in:
parent
de38ee7991
commit
24174f255f
@ -91,6 +91,10 @@ if (build_engine_artifacts && !is_android) {
|
||||
source = "$root_out_dir/impellerc$exe"
|
||||
destination = "impellerc$exe"
|
||||
},
|
||||
{
|
||||
source = "//flutter/impeller/compiler/shader_lib"
|
||||
destination = "shader_lib"
|
||||
},
|
||||
{
|
||||
source = "$root_out_dir/${lib_prefix}path_ops$dll"
|
||||
destination = "${lib_prefix}path_ops$dll"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user