Skip to content

Commit

Permalink
Update src/doc/src/reference/build-script-examples.md
Browse files Browse the repository at this point in the history
Co-authored-by: Weihang Lo <[email protected]>
  • Loading branch information
nyurik and weihanglo authored Oct 3, 2024
1 parent 3654e61 commit f64f11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/build-script-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ script looks something [like
this](https://github.com/sfackler/rust-openssl/blob/dc72a8e2c429e46c275e528b61a733a66e7877fc/openssl-sys/build/main.rs#L216):

```rust,ignore
println!("cargo:version_number={openssl_version:x}");
println!("cargo::metadata=version_number={openssl_version:x}");
```

This instruction causes the `DEP_OPENSSL_VERSION_NUMBER` environment variable
Expand Down

0 comments on commit f64f11d

Please sign in to comment.