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()

View file

@ -4,7 +4,7 @@ import platform
import sys
BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
LIBCHROMIUMCONTENT_COMMIT = '60350899df1f7058c9026a239820d0519edb19cc'
LIBCHROMIUMCONTENT_COMMIT = '0718fa8b44e004a39ee2511858abbef1dae89cef'
ARCH = {
'cygwin': '32bit',