Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 45292c5

Browse files
Fraser J. Gordonlivecodeian
authored andcommitted
Don't try to build cefprocess for non Windows or Linux targets
1 parent 6c2e3ab commit 45292c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

libbrowser/libbrowser.gyp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,13 @@
245245

246246
'target_conditions':
247247
[
248-
## Exclusions
248+
[
249+
'toolset_os not in ("win", "linux")',
250+
{
251+
'type': 'none',
252+
},
253+
],
254+
## Exclusions
249255
[
250256
'toolset_os != "win"',
251257
{

0 commit comments

Comments
 (0)