summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-18 21:42:34 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-18 21:42:34 +0200
commit69154f22a69cf421095771f16b12073a1a3bdb6d (patch)
tree9aaf51941f28f8098f39370e1b035ccf781463af /src/Makefile
parent607cc1e0154bab3f83f3185d68cdff525e529ceb (diff)
downloadvim-git-69154f22a69cf421095771f16b12073a1a3bdb6d.tar.gz
Fixes and improvements for MS-Windows build.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index db38f937f..2211ba052 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -404,7 +404,7 @@ CClink = $(CC)
# If both python2.x and python3.x are enabled then the linking will be via
# dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
#CONF_OPT_PYTHON = --enable-pythoninterp
-#CONF_OPT_PYTHON3 = --enable-python3interp
+CONF_OPT_PYTHON3 = --enable-python3interp
# RUBY
# Uncomment this when you want to include the Ruby interface.