fix build

This commit is contained in:
BeatLink 2019-07-19 17:26:38 -05:00
parent fe38c11329
commit e458edc51d
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@
ac_add_options --enable-application=browser
# This supposedly speeds up compilation (We test through dogfooding anyway)
# ac_add_options --disable-tests
# ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --disable-debug
# Folder to output the build files:
mk_add_options MOZ_OBJDIR=./obj_BUILD_OUTPUT

View file

@ -26,5 +26,5 @@ printf "\nMoving Binary Tarball to output location\n";
mv ./obj*/dist/librewolf*.tar.bz2 $OUTPUT_TARBALL;
printf "\nDeleting the compile_folder\n";
rm -rf ./;
rm -rf $SOURCE_FOLDER;