dolphin-emu: allow x86 musl builds.
This commit is contained in:
parent
f718b95317
commit
6f60d688a4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Template file for 'dolphin-emu'
|
# 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 polarssl is incompatible.
|
||||||
# XXX wxWidgets-3.0: undefined reference to wxCommandEvent::Clone()
|
# XXX wxWidgets-3.0: undefined reference to wxCommandEvent::Clone()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue