macOS packaging: read config.local.sh if present

This commit is contained in:
Moritz Bunkus 2022-11-24 20:46:07 +01:00
parent 99ee3d5f85
commit 04ff8f76a5
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -5,6 +5,7 @@ set -x
export SCRIPT_PATH=${0:a:h}
source ${SCRIPT_PATH}/config.sh
test -f ${SCRIPT_PATH}/config.local.sh && source ${SCRIPT_PATH}/config.local.sh
source ${SCRIPT_PATH}/specs.sh
RAKE=./drake