Commit a42f985
committed
oxidized-importer: support building on macOS
This required a cargo config file to make the linker happy. We also
had to teach setup.py about .dylib files. For convenience, we add
a script to build a wheel from macOS. Although I've only tested
this on my local machine, not in CI yet.
And minor changes to setup.py to find the Rust shared libraryu1 parent 4cc7827 commit a42f985
File tree
3 files changed
+17
-0
lines changed- ci
- oxidized-importer/.cargo
3 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments