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 21500ac commit 14ab3d0Copy full SHA for 14ab3d0
lib/ruby_wasm/build_system/product/libyaml.rb
@@ -26,11 +26,10 @@ def install_root
26
end
27
28
def name
29
- "libyaml-#{target}"
+ product_build_dir
30
31
32
def define_task
33
- desc "build libyaml #{LIBYAML_VERSION} for #{target}"
34
@install_task =
35
task(name) do
36
next if Dir.exist?(install_root)
lib/ruby_wasm/build_system/product/zlib.rb
- "zlib-#{target}"
- desc "build zlib #{ZLIB_VERSION} for #{target}"
0 commit comments