aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLiu Bin2013-08-06 21:50:24 +0800
committerAdam Vandenberg2013-08-06 07:29:35 -0700
commit7ac1bfd54ffbc4f535797a6004f34c51a9e76550 (patch)
tree37bcae5de34e9fd9df3514009db02767a4f84f83 /Library
parentc81dda7f62bb85e17f59a975501ed22cdbdfb54f (diff)
downloadhomebrew-7ac1bfd54ffbc4f535797a6004f34c51a9e76550.tar.bz2
dmd: make rdmd and dman callable
Closes #21698. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dmd.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/dmd.rb b/Library/Formula/dmd.rb
index 05ae07dff..ecdcf5ad2 100644
--- a/Library/Formula/dmd.rb
+++ b/Library/Formula/dmd.rb
@@ -28,6 +28,8 @@ class Dmd < Formula
f.puts "DFLAGS=-I#{libexec}/src/phobos -I#{libexec}/src/druntime/import -L-L#{libexec}/lib"
end
bin.write_exec_script libexec/'bin/dmd'
+ bin.write_exec_script libexec/'bin/rdmd'
+ bin.write_exec_script libexec/'bin/dman'
end
def test
system "dmd", "#{share}/d/examples/hello.d"