From 6f60d688a489aa665059c20980599757670623df Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 30 May 2015 09:26:06 +0200 Subject: [PATCH] dolphin-emu: allow x86 musl builds. --- srcpkgs/dolphin-emu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template index cdd417479b..9838bedf76 100644 --- a/srcpkgs/dolphin-emu/template +++ b/srcpkgs/dolphin-emu/template @@ -1,5 +1,5 @@ # Template file for 'dolphin-emu' -only_for_archs="i686 x86_64" +only_for_archs="i686 i686-musl x86_64 x86_64-musl" # XXX polarssl is incompatible. # XXX wxWidgets-3.0: undefined reference to wxCommandEvent::Clone()