Skip to content

Commit

Permalink
Remove unnecessary environment variable, it is already in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Oct 8, 2021
1 parent d5ac20f commit bafe17b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worker/build.rs
Expand Up @@ -79,7 +79,6 @@ fn main() {
// Build
if !Command::new("make")
.arg("libmediasoup-worker")
.env("PYTHONDONTWRITEBYTECODE", "1")
.env("MEDIASOUP_OUT_DIR", &out_dir)
.env("MEDIASOUP_BUILDTYPE", "Release")
.spawn()
Expand All @@ -95,7 +94,6 @@ fn main() {
// Clean
if !Command::new("make")
.arg("clean-all")
.env("PYTHONDONTWRITEBYTECODE", "1")
.spawn()
.expect("Failed to start")
.wait()
Expand Down

0 comments on commit bafe17b

Please sign in to comment.