summaryrefslogtreecommitdiff
path: root/project/config/cfgdefs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'project/config/cfgdefs.sh')
-rw-r--r--project/config/cfgdefs.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh
index ce35a70..f656f49 100644
--- a/project/config/cfgdefs.sh
+++ b/project/config/cfgdefs.sh
@@ -43,6 +43,18 @@ for arg ; do
done
+cfgdefs_set_python_prefix()
+{
+ if [ -z "$mb_prefix" ]; then
+ mb_prefix='/.'
+ fi
+
+ if [ -z "$mb_exec_prefix" ]; then
+ mb_exec_prefix='/.'
+ fi
+}
+
+
cfgdefs_set_cfghost_flavors()
{
cfghost_set_target_cfghost
@@ -443,6 +455,9 @@ cfgdefs_perform_native_tests()
}
+# prefix, exec_prefix
+cfgdefs_set_python_prefix
+
# cfghost
cfgdefs_set_cfghost_flavors