From 5aa415ad6aa99f795799a8c994c71464ff93005c Mon Sep 17 00:00:00 2001 From: stanzabird Date: Thu, 16 Feb 2023 13:17:59 +0000 Subject: [PATCH] let's just try this for now --- assets/macos.Dockerfile | 2 +- assets/macos.mozconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index c397fd6..6fe3750 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -44,7 +44,7 @@ RUN cp -r cctools /root/.mozbuild RUN cp -r sysroot-wasm32-wasi /root/.mozbuild ## RUN cp -r clang /root/.mozbuild RUN cp -r dmg /root/.mozbuild -RUN cp -r hfsplus-tools /root/.mozbuild +# RUN cp -r hfsplus-tools /root/.mozbuild RUN pip install testresources pycairo WORKDIR .. RUN rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz diff --git a/assets/macos.mozconfig b/assets/macos.mozconfig index 180e0d9..4fef1be 100644 --- a/assets/macos.mozconfig +++ b/assets/macos.mozconfig @@ -22,7 +22,7 @@ export HOST_CC="$CROSS/clang/bin/clang" export HOST_CXX="$CROSS/clang/bin/clang++" # These are needed for packaging. -export MKFSHFS="$CROSS/hfsplus-tools/newfs_hfs" +# export MKFSHFS="$CROSS/hfsplus-tools/newfs_hfs" export DMG_TOOL="$CROSS/dmg/dmg" export HFS_TOOL="$CROSS/dmg/hfsplus"