diff options
| author | Nicolas Tessore | 2014-07-09 13:42:47 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-10 09:59:03 -0700 |
| commit | d8c1b0dc370b4f452d38edea2fe54e0d8ae2417f (patch) | |
| tree | b1a4d4dbd9ead6e0f5e38277974eb8c3cf51976d /Library | |
| parent | 6011490de160450776a519e0135dd6cb9d754ce7 (diff) | |
| download | homebrew-d8c1b0dc370b4f452d38edea2fe54e0d8ae2417f.tar.bz2 | |
svdlibc: install include file
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/svdlibc.rb | 1 |
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 |
