Add ZERO_AR_DATE

This doesn't help that much, Apple's linker is apparently hopelessly
nondeterministic
This commit is contained in:
John Hood
2016-11-04 03:08:30 -04:00
parent 73b4ab21ad
commit 417907c71d
+1 -1
View File
@@ -78,7 +78,7 @@ script:
(
set -e
cd macosx
env MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh
env ZERO_AR_DATE=1 MACOSX_DEPLOYMENT_TARGET=10.10 ./build.sh
shasum -a 256 "${TRAVIS_TAG}.pkg" "${TRAVIS_TAG}-build-report.tbz"
)
fi