You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am modifying some files in the webRTC project and despite I execute again the build_linux.sh script, my changes do not take place. I noticed that the generated libwebrtc.a has my changes under the webrtc-sys/libwebrtc/linux-x64-release/lib/ folder, however when i build the rust sdk it doesn't link against my modified library.
I tried also the suggested solution in the Readme to add the environment variable
I am modifying some files in the webRTC project and despite I execute again the build_linux.sh script, my changes do not take place. I noticed that the generated libwebrtc.a has my changes under the
webrtc-sys/libwebrtc/linux-x64-release/lib/
folder, however when i build the rust sdk it doesn't link against my modified library.I tried also the suggested solution in the Readme to add the environment variable
but when I do this I get errors of missing headers. I don't understand why does this happen, even if the libwebrtc.a was built successfully.
The text was updated successfully, but these errors were encountered: