diff options
Diffstat (limited to 'homebrew/ice/.make.sh-auto')
-rw-r--r-- | homebrew/ice/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/ice/.make.sh-auto b/homebrew/ice/.make.sh-auto new file mode 100644 index 000000000..99493da78 --- /dev/null +++ b/homebrew/ice/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +ENV.O2 +args = [ +"prefix=#{prefix}", "V=1", "MCPP_HOME=#{Formula["mcpp"].opt_prefix}", "LMDB_HOME=#{Formula["lmdb"].opt_prefix}", "CONFIGS=shared cpp11-shared xcodesdk cpp11-xcodesdk", "PLATFORMS=all", "SKIP=slice2confluence", "LANGUAGES=cpp objective-c", ] +make DESTDIR=${PKG_DEST} install *args +(libexec/"bin").mkpath +%w[slice2py slice2rb slice2js].each do |r| +mv bin/r, libexec/"bin" |