Applied freebsd patch by stsp :)
This commit is contained in:
parent
af06f98596
commit
e739ac4b8c
|
@ -10,6 +10,7 @@ case $target in
|
|||
*linux*) desmume_arch=linux;;
|
||||
*mingw*) desmume_arch=windows;;
|
||||
*darwin*) desmume_arch=linux;;
|
||||
*bsd*) desmume_arch=linux;;
|
||||
esac
|
||||
AC_SUBST(desmume_arch)
|
||||
|
||||
|
|
Loading…
Reference in New Issue