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 2cf7bc4 commit 3c4930cCopy full SHA for 3c4930c
lib/ruby_wasm/build_system/product/zlib.rb
@@ -35,7 +35,8 @@ def build
35
FileUtils.rm_rf product_build_dir
36
37
system "curl -L https://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz | tar xz",
38
- chdir: File.dirname(product_build_dir)
+ chdir: File.dirname(product_build_dir),
39
+ exception: true
40
41
system "#{tools_args.join(" ")} ./configure --static",
42
chdir: product_build_dir
0 commit comments