Differences From Artifact [2ff67a4329]:
- Executable file build/make-kit-macosx-amd64 — part of check-in [5c3ab2400a] at 2016-03-03 03:21:54 on branch trunk — Updated with support for a "make-kit-remote" and using a new Mac OS X build box (user: rkeene, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [7169083644]:
- Executable file build/make-kit-macosx-amd64 — part of check-in [4ceaee58af] at 2016-09-28 13:19:14 on branch trunk — Updated remote build scripts to use more generic names (user: rkeene, size: 185) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 |
#! /bin/sh
CC='gcc -arch x86_64'
CXX='g++ -arch x86_64'
export CC CXX
./build/make-kit-remote buildb.wu.ac.at "$@" --enable-aqua --host=x86_64-apple-darwin9
|
| |
1 2 3 4 5 6 7 |
#! /bin/sh
CC='gcc -arch x86_64'
CXX='g++ -arch x86_64'
export CC CXX
./build/make-kit-remote macosx-x86_64.build.kitcreator.rkeene.org "$@" --enable-aqua --host=x86_64-apple-darwin9
|