From d8c1b0dc370b4f452d38edea2fe54e0d8ae2417f Mon Sep 17 00:00:00 2001 From: Nicolas Tessore Date: Wed, 9 Jul 2014 13:42:47 +0200 Subject: svdlibc: install include file --- Library/Formula/svdlibc.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3