Applied freebsd patch by stsp :)

This commit is contained in:
yabause 2006-11-30 22:19:57 +00:00
parent 48f1263818
commit f7e9b9d0e8
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)