Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Missing ssl.gni file #153

Open
LordTrololo opened this issue Jul 30, 2021 · 1 comment
Open

Missing ssl.gni file #153

LordTrololo opened this issue Jul 30, 2021 · 1 comment

Comments

@LordTrololo
Copy link

LordTrololo commented Jul 30, 2021

I am trying to build the owt webrtc on a Win10, Visual Studio 2019 machine.

However upon trying to generate the build files via:
C:\Git\owt_webrtc\src>gn gen out\Debug --args="is_debug=true rtc_use_h264=false target_os=\"win\" target_cpu=\"x64\"
I get the following error:

C:\Git\owt_webrtc\src>gn gen out\Debug --args="is_debug=true rtc_use_h264=false target_os=\"win\" target_cpu=\"x64\"
ERROR at //webrtc.gni:15:1: Can't load input file.
import("//build_overrides/ssl/ssl.gni")
^-------------------------------------
Unable to load:
  C:/Git/owt_webrtc/src/build_overrides/ssl/ssl.gni
I also checked in the secondary tree for:
  C:/Git/owt_webrtc/src/build/secondary/build_overrides/ssl/ssl.gni
See //BUILD.gn:17:1: whence it was imported.
import("webrtc.gni")

And its true there are no files there:
image

Does anybody know why the files are missing ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants