Commit fa80077
committed
fix(build): Include build.rs in published crates
This fixes a very niche build problem: depending on datafusion-python as
an rlib, and then attempting to build on macOS.
Because of the presence of an 'include' configuration in Cargo.toml,
everything else is excluded - including build.rs, which means the
necessary pyo3 linker flags aren't set.1 parent be88837 commit fa80077
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments