Link against chromiumcontent.dll
* vendor/libchromiumcontent 4aae27b...15ada44 (3): > Include chromiumcontent.dll's import library > Export sandbox/ headers > Mention that Python is required to build
This commit is contained in:
parent
35f4dfe4b0
commit
7b65fe4948
2 changed files with 8 additions and 1 deletions
|
@ -70,6 +70,13 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
['OS=="win"', {
|
||||||
|
'link_settings': {
|
||||||
|
'libraries': [
|
||||||
|
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit ad588f54dc342716e55fd23ce69d6e2c176a1df7
|
Subproject commit 15ada44da42eec88400ca978fdd73213488a04bc
|
Loading…
Reference in a new issue