Skip to content

Commit

Permalink
Merge pull request #1552 from jameshilliard/cross-rerun
Browse files Browse the repository at this point in the history
Rerun if PYO3_CROSS env variable changes.
  • Loading branch information
messense committed Apr 9, 2021
2 parents f5188bb + e7b1ea4 commit 7ac7536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@ fn main_impl() -> Result<()> {
"LIB",
"LD_LIBRARY_PATH",
"PYO3_PYTHON",
"PYO3_CROSS",
"PYO3_CROSS_LIB_DIR",
"PYO3_CROSS_PYTHON_VERSION",
] {
Expand Down

0 comments on commit 7ac7536

Please sign in to comment.