有谁知道我为什么会收到这个错误?
[1/2620] copy ../../third_party/externals/icu/common/icudtl.dat icudtl.dat
FAILED: icudtl.dat
python E:/Development/c++/skia/skia/gn/cp.py ../../third_party/externals/icu/common/icudtl.dat icudtl.dat
CreateProcess failed: The system cannot find the file specified.
ninja: fatal: ReadFile: The handle is invalid.
我查找了该文件,它位于 third_party/externals/icu/common/icudtl.dat
我用 fetch 克隆了skia
我的 args.gn 是
is_official_build = true
is_debug = false
is_component_build = false
skia_use_system_libjpeg_turbo = false
skia_use_system_libpng = false
skia_use_system_libwebp = false
skia_use_system_zlib = false
skia_use_system_icu = false
skia_use_system_harfbuzz = false
cc = "clang"
cxx = "clang++"
clang_win = "C:\Program Files\LLVM"