Commit 754aedbb authored by Godefroid Chapelle's avatar Godefroid Chapelle

Merge pull request #29 from msabramo/fix-python-3.3-url

Correct the name of the file for Python 3.3.0, removing rc1.
parents 60b7dbd2 cf196499
......@@ -12,7 +12,7 @@ endif
ifeq ($(PYTHON_VER),3.3)
PYTHON_MINOR = 3.3.0
PYTHON_ARCHIVE = Python-3.3.0rc1
PYTHON_ARCHIVE = Python-3.3.0
endif
PYTHON_ARCHIVE ?= Python-$(PYTHON_MINOR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment