Skip to content

Commit

Permalink
pyoxidizer: use sdk_path()
Browse files Browse the repository at this point in the history
Let's avoid a deprecation warning... from our own repo.
  • Loading branch information
indygreg committed Aug 6, 2022
1 parent 7968bd5 commit 1911b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoxidizer/src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ impl Environment {

warn!(
"using {} targeting {}{}",
sdk.as_sdk_path(),
sdk.sdk_path(),
platform,
deployment_target
);
Expand Down

0 comments on commit 1911b4d

Please sign in to comment.