Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
14 lines
516 B
Diff
14 lines
516 B
Diff
--- _msvccompiler.py 2016-08-12 10:44:32 -0600
|
|
+++ _msvccompiler.py 2016-08-12 10:47:29 -0600
|
|
@@ -246,8 +246,8 @@
|
|
ldflags = [
|
|
'/nologo', '/INCREMENTAL:NO', '/LTCG'
|
|
]
|
|
- if not self._vcruntime_redist:
|
|
- ldflags.extend(('/nodefaultlib:libucrt.lib', 'ucrt.lib'))
|
|
+ #if not self._vcruntime_redist:
|
|
+ # ldflags.extend(('/nodefaultlib:libucrt.lib', 'ucrt.lib'))
|
|
|
|
ldflags_debug = [
|
|
'/nologo', '/INCREMENTAL:NO', '/LTCG', '/DEBUG:FULL'
|