From 77029b7b818f58e11f3ee3872d27398b2c9e3253 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 23 May 2018 01:37:29 +0200 Subject: [PATCH] Fixed SDK path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31c040e..7d23e3e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX := $(if $(PREFIX),$(PREFIX),/usr) PYTHON3_VERSION := $(shell python3 --version | cut -d' ' -f 2 | cut -d. -f 1,2) ARCH := $(shell uname -m | sed -e 's/x86_64/x64/') -SDK_PATH=../../leap/LeapSDK +SDK_PATH=./leap/LeapSDK all: [ -f ./LeapSDK.tar.gz ] || wget -O LeapSDK.tar.gz http://warehouse.leapmotion.com/apps/4185/download/