diff options
Diffstat (limited to 'Library/Formula')
| -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 |
