Skip to content

Commit 148b81c

Browse files
Follow-up to 03c72b4 for Emscripten
1 parent 9fda893 commit 148b81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_wasm/build/toolchain.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def install
179179

180180
class Emscripten < Toolchain
181181
def initialize
182-
@tools = { cc: "emcc", ld: "emcc", ar: "emar", ranlib: "emranlib" }
182+
@tools = { cc: "emcc", cxx: "em++", ld: "emcc", ar: "emar", ranlib: "emranlib" }
183183
@name = "emscripten"
184184
end
185185

0 commit comments

Comments
 (0)