From e839bb3ced77486f11b988bca8070bc4514b4f2c Mon Sep 17 00:00:00 2001 From: florianjacob Date: Mon, 4 Jul 2016 00:39:39 +0200 Subject: [PATCH] force build script to use python2 this fixes the build script on linux distributions where python3 is the default python interpreter. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 06afa728..ee44f3e7 100755 --- a/build.py +++ b/build.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ################################################################################ # \file build.py