Skip to content

Commit

Permalink
Update crates/pixi-build/src/bin/pixi-build-python/python.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Dec 13, 2024
1 parent 3d2e7b8 commit dc0a0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pixi-build/src/bin/pixi-build-python/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl PythonBuildBackend {
BuildPlatform::Unix
},
// TODO: remove this as soon as we have profiles
editable: std::env::var("EDITABLE_PYTHON")
editable: std::env::var("BUILD_EDITABLE_PYTHON")
.map(|val| val == "true")
.unwrap_or(editable),
manifest_root: manifest_root.to_path_buf(),
Expand Down

0 comments on commit dc0a0c1

Please sign in to comment.