# HG changeset patch # User wenzelm # Date 1335551155 -7200 # Node ID a832454c4003c6918f48463ceb79e6122dbae1c1 # Parent 608efebec5b87e0b4efcc7ffe2ade47109e16592 added darwin targets; diff -r 608efebec5b8 -r a832454c4003 Admin/exec_process/build --- 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)