Blender Git Loki
Git Commits -> Revision ce92e3d
Revision ce92e3d by Ray molenkamp (master) January 21, 2020, 16:46 (GMT) |
Fix: Building with clang on windows. The USD landing broke building with clang on windows due to a couple of reasons: 1) Some incompatibilities in their headers [1] only one of them was important for us and is included in our patchset now. 2) clangs lld wanted the full path to the libusd_b library when using the whole archive link option, while msvc can figure it out from just the library name. Tested with clang/msvc and msbuild and ninja generators [1] https://github.com/PixarAnimationStudios/USD/issues/1030 |
Commit Details:
Full Hash: ce92e3d5532c3d5e26c7a2671ecc5997790f792f
Parent Commit: 8d163d5
Lines Changed: +20, -6