let's just try this for now

This commit is contained in:
stanzabird 2023-02-16 13:17:59 +00:00
parent 0a0042c4b5
commit 5aa415ad6a
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ RUN cp -r cctools /root/.mozbuild
RUN cp -r sysroot-wasm32-wasi /root/.mozbuild RUN cp -r sysroot-wasm32-wasi /root/.mozbuild
## RUN cp -r clang /root/.mozbuild ## RUN cp -r clang /root/.mozbuild
RUN cp -r dmg /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 RUN pip install testresources pycairo
WORKDIR .. WORKDIR ..
RUN rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz RUN rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz

View file

@ -22,7 +22,7 @@ export HOST_CC="$CROSS/clang/bin/clang"
export HOST_CXX="$CROSS/clang/bin/clang++" export HOST_CXX="$CROSS/clang/bin/clang++"
# These are needed for packaging. # 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 DMG_TOOL="$CROSS/dmg/dmg"
export HFS_TOOL="$CROSS/dmg/hfsplus" export HFS_TOOL="$CROSS/dmg/hfsplus"