Browse Source

add more debug info on macos

use_builds_script
Alexandros Theodotou 3 years ago
parent
commit
e5a561ff40
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      osx-brew/make_bottle.sh.in
  2. 2
      osx-brew/zrythm.rb.in

2
osx-brew/make_bottle.sh.in

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!@BASH@
set -e
set -ex
out_file="$1"
formula_file="$2"

2
osx-brew/zrythm.rb.in

@ -39,7 +39,7 @@ class Zrythm@DASH_TRIAL@ < Formula @@ -39,7 +39,7 @@ class Zrythm@DASH_TRIAL@ < Formula
"-Dfallback_version=@ZRYTHM_PKG_VERSION@",
# manpage fails
"-Dmanpage=false",
"-Dstatic_libs=true",
"-Dstatic_deps=true",
".."
system "ninja", "-v"
system "ninja", "install", "-v"

Loading…
Cancel
Save