From 87212fdd0373961f65f777c99daed46a8b6dae8e Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Mon, 19 Mar 2018 17:47:57 -0400 Subject: [PATCH] build4mac only works with python3 for now --- macbuild/build4mac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbuild/build4mac.py b/macbuild/build4mac.py index d5ec31425..fad99ac65 100755 --- a/macbuild/build4mac.py +++ b/macbuild/build4mac.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- #===============================================================================