Applied freebsd patch by stsp :)

This commit is contained in:
yabause 2006-11-30 22:19:57 +00:00
parent af06f98596
commit e739ac4b8c
1 changed files with 1 additions and 0 deletions

View File

@ -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)