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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-04-20 19:46:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-20 19:46:28 +0400
commited4377faa76f67ee10fd7e374da0c6f5f120c0fe (patch)
tree79f4411ae6470d801820a8946b46dabdb9871cb9 /source/nan_link.mk
parent716e9c5f47df26d658baadc2b23e7216903a2847 (diff)
replace referenecs to python 2.x
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 3ab4f9710db..b88e835c54a 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -155,7 +155,7 @@ ifeq ($(OS),windows)
LOPTS += /NODEFAULTLIB:"libcd"
LOPTS += /NODEFAULTLIB:"libcp"
LOPTS += /NODEFAULTLIB:"libcpd"
- LOPTS += /NODEFAULTLIB:"python20"
+ LOPTS += /NODEFAULTLIB:"python31"
LOPTS += /NODEFAULTLIB:"msvcrt"
LOPTS += /SUBSYSTEM:CONSOLE
LDFLAGS += /MT