diff options
author | Carl Dong <contact@carldong.me> | 2020-09-25 21:18:01 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2020-12-11 11:43:11 -0500 |
commit | 22437fc72e78ba3845a3953853d40093de32c395 (patch) | |
tree | aee928dba9fe3ddc2ba9023d730b96be54d3faf0 /.gitignore | |
parent | b76abae387b9ac2526c315c95b0f2da8c78e16fc (diff) |
build: Run libdmg-hfsplus's DMG tool in make deploy
Previously, the compression of the .iso file to a .dmg file was done
outside of `make deploy' in order to use the faketime-wrapped version of
libdmg-hfsplus's DMG tool.
Specifying the faketime-wrapped version of the DMG tool to ./configure
fixes this and simplifies build scripts.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5726b18928..810ef5db6b 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ src/qt/bitcoin-qt.includes *.log *.trs *.dmg +*.iso *.json.h *.raw.h |