1
0

build tools: set ZERO_AR_DATE to have deterministic timestamps on macOS

This commit is contained in:
ThomasV
2021-06-23 15:46:45 +02:00
parent b828627dc6
commit a99e0d9e17

View File

@@ -116,6 +116,7 @@ fi
export SOURCE_DATE_EPOCH=1530212462
export ZERO_AR_DATE=1 # for macOS
export PYTHONHASHSEED=22
# Set the build type, overridden by wine build
export BUILD_TYPE="${BUILD_TYPE:-$(uname | tr '[:upper:]' '[:lower:]')}"