[glom] xdg-app-builder manifest: Glom: Help it find python.



commit 09c1aa7105b8ad4da37437d73ca2c39503759fdf
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 10 21:22:48 2015 +0100

    xdg-app-builder manifest: Glom: Help it find python.

 manifest.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index c48fbb4..ace203d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -248,7 +248,11 @@
         },
         {
             "name": "glom",
-            "build-options" : { "cxxflags": "-O2 -g -std=c++11" },
+            "build-options" : { "cxxflags": "-O2 -g -std=c++11",
+                "env": {
+                    "PYTHON": "python3.3"
+                }
+            },
             "sources": [
                 {
                     "type": "archive",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]