Skip to content

Commit 6c3b722

Browse files
restore --build option to configure
1 parent ceb8550 commit 6c3b722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/build_system/product/crossruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def configure_args(build_triple, toolchain)
207207

208208
xldflags = []
209209

210-
args = self.system_triplet_args
210+
args = self.system_triplet_args + ["--build", build_triple]
211211
args << "--with-static-linked-ext"
212212
args << %Q(--with-ext="#{default_exts}")
213213
args << %Q(--with-libyaml-dir="#{@libyaml.install_root}")

0 commit comments

Comments
 (0)