Admin/exec_process/build
changeset 47801 a832454c4003
parent 47799 0d5773841bc4
--- a/Admin/exec_process/build	Fri Apr 27 20:24:35 2012 +0200
+++ b/Admin/exec_process/build	Fri Apr 27 20:25:55 2012 +0200
@@ -36,10 +36,10 @@
 mkdir -p "$TARGET"
 
 case "$TARGET" in
-  x86_64-linux)
+  x86_64-linux | x86_64-darwin)
     cc -m64 exec_process.c -o "$TARGET/exec_process"
     ;;
-  x86-linux)
+  x86-linux | x86-darwin)
     cc -m32 exec_process.c -o "$TARGET/exec_process"
     ;;
   x86-cygwin)