From 998472fe377e5f496a441de88918deb7b6cf968b Mon Sep 17 00:00:00 2001
From: Filippo Cremonese <filippocremonese@rev.ng>
Date: Thu, 15 Oct 2020 12:16:39 +0200
Subject: [PATCH] Export RPATH_PLACEHOLDER

---
 orchestra/model/configuration.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/orchestra/model/configuration.py b/orchestra/model/configuration.py
index 5675893..036c688 100644
--- a/orchestra/model/configuration.py
+++ b/orchestra/model/configuration.py
@@ -116,6 +116,7 @@ class Configuration:
         env["SOURCES_DIR"] = self.sources_dir
         env["BUILDS_DIR"] = self.builds_dir
         env["TMP_ROOTS"] = self.tmproot
+        env["RPATH_PLACEHOLDER"] = "////////////////////////////////////////////////$ORCHESTRA_ROOT"
 
         # TODO: the order of the variables stays the same even if the
         #  user overrides an environment variable from the config.
-- 
GitLab