Add the Impeller shader lib to the engine archive (flutter/engine#37218)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user