Use precise for legacy build

This commit is contained in:
Jay Lee
2019-06-07 13:58:16 -04:00
parent 5e8e9765fa
commit 6a33173a49
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ else
$python -V
if [[ "$dist" == "xenial" ]]; then
if [[ "$dist" == "precise" ]]; then
echo "Installing deps for StaticX..."
sudo apt-get install --yes patchelf scons musl
$pip install git+https://github.com/JonathonReinhart/staticx.git@master

View File

@@ -18,7 +18,7 @@ else
du -h gam/gam
time $gam version extended
if [[ "$dist" == "xenial" ]]; then
if [[ "$dist" == "precise" ]]; then
GAM_LEGACY_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-legacy.tar.xz
$python -OO -m staticx gam/gam gam/gam-staticx
strip gam/gam-staticx