Hello.
When I run the build with "cargo build", most of the dependencies compile fine, except 'mediasoup-sys'.
This error message appears:
error: failed to build archive: 'libmediasoup-worker.a.p/src_lib.cpp.o': No such file or directory
error: could not compile `mediasoup-sys` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
Hello. When I run the build with "cargo build", most of the dependencies compile fine, except 'mediasoup-sys'. This error message appears:
how to solve this problem please?