[glom] xdg-app-builder mainfest: boost: Specify python 3.3, not 3.3m.



commit e62e2f671e95da100dcebc5ffb7a99f2109ef624
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Dec 13 22:00:41 2015 +0000

    xdg-app-builder mainfest: boost: Specify python 3.3, not 3.3m.
    
    Because the boost build complains about anything but numbers.

 glom-xdg-app-builder/manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom-xdg-app-builder/manifest.json b/glom-xdg-app-builder/manifest.json
index 5c3e5d4..d2dbe15 100644
--- a/glom-xdg-app-builder/manifest.json
+++ b/glom-xdg-app-builder/manifest.json
@@ -252,7 +252,7 @@
         },
         {
             "name": "boost-python",
-            "config-opts": [ "--with-libraries=python" "--with-python-version=3.3m" ],
+            "config-opts": [ "--with-libraries=python" "--with-python-version=3.3" ],
             "build-options" : { "cxxflags": "-O2 -g -std=c++11" },
             "sources": [
                 {


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