From 305c247de48f7f9143d2a02154306f6f7cc5d31f Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Tue, 26 Feb 2019 23:20:16 +0100 Subject: [PATCH] Revert "Won't run on my raspi ;trying to fix it" This reverts commit 2752e09921a2f31a20ef09c7a0836764587b4f7a. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 238816e..fffe37d 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ run: storage/libs/python storage/libs/finaltouch export LD_LIBRARY_PATH=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/lib;\ export PYTHONPATH=$(mainDir)/storage/libs/python:${PYTHONPATH};\ export LIBGIT2=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/;\ - python3 -u main.py + python3.6 -u main.py python: storage/libs/python storage/libs/finaltouch cd $(mainDir);\ export LD_LIBRARY_PATH=$(mainDir)/storage/libs/libgit2/libgit2-0.27.0/installed/lib;\