Don't call register_required_dll for now
This commit is contained in:
parent
a6073113a1
commit
a1bb0d4d66
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ CHROMIUM_DIR = os.path.join(SOURCE_ROOT, 'vendor', 'brightray', 'vendor',
|
||||||
|
|
||||||
|
|
||||||
def main(destination):
|
def main(destination):
|
||||||
if PLATFORM == 'win32':
|
# if PLATFORM == 'win32':
|
||||||
register_required_dll()
|
# register_required_dll()
|
||||||
|
|
||||||
rm_rf(destination)
|
rm_rf(destination)
|
||||||
(project_name, product_name) = get_names_from_gyp()
|
(project_name, product_name) = get_names_from_gyp()
|
||||||
|
|
Loading…
Reference in a new issue