There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
时间:2019-11-22 11:49:14
收藏:0
阅读:478
There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
有多个模块的名称只有大小写不同。
这可能导致在使用其他case语义的文件系统上编译时出现意外行为。
原因:
这是引用组件时,路径大小写不对导致的。
原文:https://www.cnblogs.com/sylys/p/11910353.html
评论(0)