Welcome to mirror list, hosted at ThFree Co, Russian Federation.

python_runtime_vc2013.diff « patches « build_environment « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8177f735c92e062ba6a9612ba7aba6b62158bc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- _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'