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

3 Modified Paths:

/build_files/build_environment/cmake/jpeg.cmake (+1, -1) (Diff)
/build_files/build_environment/cmake/pthreads.cmake (+2, -1) (Diff)
/build_files/build_environment/patches/pthreads.diff (+11, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021