2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

Issue 1133

This commit is contained in:
Thomas Nagy 2012-03-28 23:01:52 +02:00
parent 362d856db4
commit a496ba124e

View File

@ -37,7 +37,7 @@ REVISION="x"
INSTALL="x" INSTALL="x"
C1='x' C1='x'
C2='x' C2='x'
cwd = os.path.normcase(os.getcwd()) cwd = os.getcwd()
join = os.path.join join = os.path.join
if sys.hexversion<0x206000f: if sys.hexversion<0x206000f: