author | wenzelm |
Fri, 27 Apr 2012 20:25:55 +0200 | |
changeset 47801 | a832454c4003 |
parent 47800 | 608efebec5b8 |
child 47804 | decb1d2e2607 |
--- 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)