From 78d1fcdb4d3be3943d9bf5767c2c1239c1d6b599 Mon Sep 17 00:00:00 2001
From: ZoRo <dos21h@gmail.com>
Date: Sat, 14 Dec 2019 21:45:51 +0000
Subject: Fixed mixing backquote

---
 python/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'python')

diff --git a/python/Makefile b/python/Makefile
index 272eac1..3538801 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -2,7 +2,7 @@
 VERSION=2.7.17
 VERSION3=3.8.0
 INSTALL_PATH=`pwd`/../output2
-INSTALL_PATH3=pwd`/../output3
+INSTALL_PATH3=`pwd`/../output3
 
 make: download
 	echo "Create static python"
-- 
cgit v1.2.3