linux: Fix linking with node and v8

This commit is contained in:
Cheng Zhao 2015-04-10 12:07:53 +08:00
parent a400bb5997
commit 5f2fe27b65
6 changed files with 23 additions and 11 deletions

View file

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