1
0
Fork 0

*-*- added before darwin*

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@797
This commit is contained in:
Peter Veenstra 2003-03-26 11:56:01 +00:00
parent d97fa68f06
commit c3b07fe35a

View file

@ -78,7 +78,7 @@ case "$target" in
*-*-cygwin* | *-*-mingw32*)
LIBS="$LIBS -lwinmm"
;;
darwin*)
*-*-darwin*)
dnl We have a problem here: both MacOS X and Darwin report
dnl the same signature "powerpc-apple-darwin*" - so we have
dnl to do more to distinguish them.