fix build
This commit is contained in:
parent
fe38c11329
commit
e458edc51d
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue