This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Commit ea94170
authored
build/cg: disable protobuf and wgc for windows cg build (#702)
* Disable protobuf for windows cloud_gaming build
OWT build adds copy of protobuf into the final library, so if
user application does use protobuf already there will be link
errors due to duplicated symbols. Disabling protobuf for cloud
gaming build explicitly.
Signed-off-by: Dmitry Rogozhkin <[email protected]>
* Disable rtc_enable_win_wgc for windows cloud gaming build
That's just optimization for cloud gaming build to exclude
component from the build which we don't need.
Signed-off-by: Dmitry Rogozhkin <[email protected]>
---------
Signed-off-by: Dmitry Rogozhkin <[email protected]>1 parent b89f308 commit ea94170
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments