Blender Git Commit Log
Git Commits -> Revision f2178b7
Revision f2178b7 by Ray molenkamp (master) May 9, 2020, 18:47 (GMT) |
deps/windows: Fix wrong crt for libjpeg and pthreads The msvc linker had been warning about libcmt being dragged in for a bit, finally tracked the issue down to the deps of jpeg and pthreads which both ignored our cflags. this diff changes them both to use the dynamic crt rather than the static one so they'll be in line with all our other libraries. |
Commit Details:
Full Hash: f2178b7f9740c55caf047e6bd19b9dc73a4837ef
Parent Commit: 633fee7
Lines Changed: +14, -14