mach icon indicating copy to clipboard operation
mach copied to clipboard

build: linux -> windows cross compilation failing (only if building Dawn from source)

Open emidoots opened this issue 2 years ago • 0 comments

fatal error: 'ObjIdl.h' file not found etc. because Linux is typically case-sensitive filesystem. Doesn't affect macOS->windows or windows natively because both are case-insensitive.

At least these instances are problematic:

https://sourcegraph.com/search?q=context:global+repo:%5Egithub%5C.com/hexops/+%3CWindows.h%3E+OR+%3CObjIdl.h%3E++fork:yes&patternType=standard&case=yes

emidoots avatar Aug 28 '22 21:08 emidoots