Fix update-frameworks.

This commit is contained in:
Cheng Zhao 2013-07-01 22:27:14 +08:00
parent 59ba3f1025
commit 90ab2dcc7e

View file

@ -6,7 +6,7 @@ import os
from lib.util import * from lib.util import *
SOURCE_ROOT = os.path.dirname(os.path.dirname(__file__)) SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
FRAMEWORKS_URL='https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks' FRAMEWORKS_URL='https://gh-contractor-zcbenz.s3.amazonaws.com/frameworks'