changing computer ( started tracks )

I used my Mac on the company trip
This commit is contained in:
Théo Monnom
2022-11-08 10:31:09 +01:00
parent 6497930912
commit 82ec808dee
7 changed files with 178 additions and 28 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ fn macos_link_search_path() -> Option<String> {
fn main() {
// TODO Download precompiled binaries of WebRTC for the target_os
let target_os = "windows";
let target_os = "macos";
//let target_arch = "arm64";
let libwebrtc_dir = path::PathBuf::from("libwebrtc");