commit 6d8e92377dae426e0c17ad02370af9b26833edb5 Author: Arlo Breault arlolra@gmail.com Date: Mon Aug 29 08:56:42 2016 -0700
Move yasm to deps since all archs are the same now
* Follow up to 9979e309 --- projects/instantbird/config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/projects/instantbird/config b/projects/instantbird/config index 81a56d5..5179820 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -16,16 +16,14 @@ var: - uuid-runtime - imagemagick - ccache + - yasm targets: windows-i686: var: archive_suffix: zip - arch_deps: - - yasm linux-x86_64: var: arch_deps: - - yasm - libgconf2-dev - libgtk2.0-dev - libxml2-dev @@ -43,7 +41,6 @@ targets: - ia32-libs - lib32z1-dev - lib32asound2-dev - - yasm - libgconf2-dev:i386 - libgtk2.0-dev:i386 - libxml2-dev:i386 @@ -57,7 +54,6 @@ targets: osx-x86_64: var: arch_deps: - - yasm - rsync - sqlite3 input_files:
tor-commits@lists.torproject.org