Commit 1020ba9
committed
I tried on a rust gem and I'm not seeing any issue except this one:
- Rust gems uses `RbSys` to compile. The makefile gets created using
`create_rust_makefile` and the Compilation task is
`RbSysCompilation::ExtensionTask` that inherits from the classic
`Rake::ExtensionTask`.1 parent 4ddafce commit 1020ba9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
0 commit comments