lib/scripts/polyml-platform
changeset 20991 bb6f570512b5
parent 16994 a69d0496a724
child 21279 2cb5f1621bcf
--- a/lib/scripts/polyml-platform	Thu Oct 12 08:25:04 2006 +0200
+++ b/lib/scripts/polyml-platform	Thu Oct 12 14:07:48 2006 +0200
@@ -44,6 +44,9 @@
       Power* | power* | ppc)
         PLATFORM=ppc-darwin
         ;;
+      i?86)
+        PLATFORM=x86-darwin
+        ;;
     esac
     ;;
   Windows_NT)