| Package Name | native/p7zip |
|---|---|
| Version | 1_36_1 |
| Type | native |
5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f
if [ $(uname) = 'Darwin' ]; then cp makefile.macosx_llvm_64bits makefile.machine; else true; fi
if [ $(uname) = 'Linux' ]; then cp makefile.linux_any_cpu makefile.machine; else true; fi
sed -i.bak 's/switch(errorCode)/switch(static_cast<HRESULT>(errorCode))/' ./CPP/Windows/ErrorMsg.cpp
make -j$NUM_CORES 7za
mkdir -p $STAGING_DIR$PREFIX/native/bin
cp bin/7za $STAGING_DIR$PREFIX/native/bin/7z
$PREFIX/native/bootstrap/bin/perl $PREFIX/native/bootstrap/bin/strip-nondeterminism-recursive --directory $STAGING_DIR
| Target / Builder | darwin_arm64 | linux_amd64 | linux_arm64 |
|---|---|---|---|
| aarch64-apple-darwin | ✓ | ✗ | ✗ |
| aarch64-apple-ios | ✗ | ✗ | ✗ |
| aarch64-apple-ios-simulator | ✗ | ✗ | ✗ |
| aarch64-linux-android | ✗ | ✗ | ✗ |
| aarch64-linux-gnu | ✗ | ✗ | ✗ |
| armv7a-linux-androideabi | ✗ | ✗ | ✗ |
| x86_64-apple-darwin | ✗ | ✗ | ✗ |
| x86_64-linux-android | ✗ | ✗ | ✗ |
| x86_64-linux-gnu | ✗ | ✗ | ✗ |