We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a3b2b commit 2eb88d2Copy full SHA for 2eb88d2
lib/cibuildgem/tasks/wrapper.rake
@@ -6,6 +6,9 @@ task = Cibuildgem::CompilationTasks.new(!Rake::Task.task_defined?(:gem))
6
7
task "cibuildgem:setup" do
8
task.setup
9
+
10
+ task(:native) do
11
+ end
12
end
13
14
task "copy:stage:lib" do
0 commit comments