mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Updates and changes:
- set VERSION to 2.1 - change blddir to ../.. since that seems more common than the old value (at least for my debugging session).
This commit is contained in:
parent
803eff2a83
commit
7d23b59e34
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
CC= gcc
|
||||
|
||||
# XXX Top of the build tree and source tree
|
||||
blddir= ../../linux
|
||||
blddir= ../..
|
||||
srcdir= ../..
|
||||
|
||||
# Python version
|
||||
VERSION= 2.0
|
||||
VERSION= 2.1
|
||||
|
||||
# Compiler flags
|
||||
OPT= -g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue