This commit is contained in:
xianjimli 2019-05-24 08:14:29 +08:00
parent d0fe5e96b8
commit d4397031a3

View File

@ -11,7 +11,7 @@ if is32bit:
else:
TARGET_ARCH=''
print('TARGET_ARCH:' + TARGET_ARCH)
print('ARCH=' + str(ARCH) + ' TARGET_ARCH=' + TARGET_ARCH)
def joinPath(root, subdir):
return os.path.normpath(os.path.join(root, subdir))