Applied freebsd patch by stsp :)
This commit is contained in:
parent
48f1263818
commit
f7e9b9d0e8
|
@ -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