aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/emscripten.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emscripten.rb b/Library/Formula/emscripten.rb
index f0a3451d7..264f58e2a 100644
--- a/Library/Formula/emscripten.rb
+++ b/Library/Formula/emscripten.rb
@@ -69,7 +69,7 @@ class Emscripten < Formula
system "make", "install"
end
- %w(em++ em-config emar emcc emconfigure emlink.py emmake
+ %w(em++ em-config emar emcc emcmake emconfigure emlink.py emmake
emranlib emrun emscons).each do |emscript|
bin.install_symlink libexec/emscript
end