Commit 19ec3cc
committed
Workaround unsupported (or bug?) issue in RakeCompiler:
- When the `no_native` flag is set, Rake Compiler doesn't create
a `native` task. But when calling the `cross` task, Rake Compiler
tries to access the `native` task to modify its prequisites.
https://github.com/rake-compiler/rake-compiler/blob/2ac0a366be918f1e78e3f642e8d6b5bdb28fefd3/lib/rake/extensiontask.rb#L487
This seems like a bug to me so I'll propose a fix upstream.
But for now I'm creating a dummy `native` task.1 parent 31a3b2b commit 19ec3cc
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments