Don't call register_required_dll for now

This commit is contained in:
Cheng Zhao 2015-07-03 11:09:08 +08:00
parent a6073113a1
commit a1bb0d4d66

View file

@ -15,8 +15,8 @@ CHROMIUM_DIR = os.path.join(SOURCE_ROOT, 'vendor', 'brightray', 'vendor',
def main(destination):
if PLATFORM == 'win32':
register_required_dll()
# if PLATFORM == 'win32':
# register_required_dll()
rm_rf(destination)
(project_name, product_name) = get_names_from_gyp()