aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNicolas Tessore2014-07-09 13:42:47 +0200
committerMike McQuaid2014-07-10 09:59:03 -0700
commitd8c1b0dc370b4f452d38edea2fe54e0d8ae2417f (patch)
treeb1a4d4dbd9ead6e0f5e38277974eb8c3cf51976d /Library
parent6011490de160450776a519e0135dd6cb9d754ce7 (diff)
downloadhomebrew-d8c1b0dc370b4f452d38edea2fe54e0d8ae2417f.tar.bz2
svdlibc: install include file
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/svdlibc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/svdlibc.rb b/Library/Formula/svdlibc.rb
index 19672376a..ce48c2a0b 100644
--- a/Library/Formula/svdlibc.rb
+++ b/Library/Formula/svdlibc.rb
@@ -16,6 +16,7 @@ class Svdlibc < Formula
def install
# make only builds - no configure or install targets, have to copy files manually
system "make HOSTTYPE=target"
+ include.install "svdlib.h"
lib.install "target/libsvd.a"
bin.install "target/svd"
end