浏览代码

fix icudtl path

/siyaoH-1.17-PlatformMessage
siyao 4 年前
当前提交
fb4fee5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      engine/Build.bee.cs

2
engine/Build.bee.cs


};
np.Libraries.Add(new BagOfObjectFilesLibrary(
new NPath[]{
skiaRoot+"third_party/externals/icu/flutter/icudtl.o"
skiaRoot+"/third_party/externals/icu/flutter/icudtl.o"
}));
np.CompilerSettings().Add(c => c.WithCppLanguageVersion(CppLanguageVersion.Cpp17));

正在加载...
取消
保存