Blender Git Commit Log

Git Commits -> Revision 8e6c6e2

Revision 8e6c6e2 by Ray molenkamp (master)
January 14, 2020, 18:12 (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: 8e6c6e2ba103b16a5a7de766647e105c80237dd1
Parent Commit: c167e8b
Lines Changed: +20, -6

3 Modified Paths:

/build_files/build_environment/patches/usd.diff (+12, -0) (Diff)
/build_files/cmake/macros.cmake (+4, -4) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021