From 1a068f1bae34c3da86fccc769f6c568f95560f8a Mon Sep 17 00:00:00 2001 From: casey langen Date: Thu, 10 Feb 2022 20:08:26 -0800 Subject: [PATCH] More minor script fixes. --- script/archive-standalone-nix.sh | 4 +--- script/build-vendor-libraries.sh | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/archive-standalone-nix.sh b/script/archive-standalone-nix.sh index a013f49d0..c71450583 100755 --- a/script/archive-standalone-nix.sh +++ b/script/archive-standalone-nix.sh @@ -35,13 +35,11 @@ else ${SCRIPTDIR}/clean-nix.sh rm -rf bin/ 2> /dev/null - + ./script/stage-vendor-libraries.sh || exit $? cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STANDALONE=true ${OS_SPECIFIC_BUILD_FLAGS} . || exit $? make -j8 || exit $? fi -./script/stage-vendor-libraries.sh || exit $? - rm -rf $OUTDIR rm dist/$OUTNAME* 2> /dev/null diff --git a/script/build-vendor-libraries.sh b/script/build-vendor-libraries.sh index 274c3534e..27c4e82c3 100755 --- a/script/build-vendor-libraries.sh +++ b/script/build-vendor-libraries.sh @@ -451,7 +451,9 @@ function build_lame() { fi } +mkdir vendor cd vendor + clean fetch_packages build_boost