From 39e796e49644d5dc80269719e0dd4a5335c3d8a3 Mon Sep 17 00:00:00 2001 From: Tomas Bielskis <tomasbielskis@Tomass-MacBook-Pro.local> Date: Mon, 17 Sep 2018 10:35:24 -0700 Subject: [PATCH] update: added .python.compile.env for sourcing variables before pip install --- bin/compile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/compile b/bin/compile index d97af680..ec68d359 100755 --- a/bin/compile +++ b/bin/compile @@ -286,6 +286,11 @@ source "$BIN_DIR/steps/sqlite3" buildpack_sqlite3_install mtime "sqlite3.install.time" "${start}" +# Source compile variables +if [ -f .python-compile-env ]; then + source .python-compile-env +fi + # pip install # ----------- -- GitLab