Fixed source url

This commit is contained in:
Fabio Manganiello 2018-05-23 01:35:46 +02:00
parent 4077f2e068
commit 65f9e264d0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ARCH := $(shell uname -m | sed -e 's/x86_64/x64/')
SDK_PATH=../../leap/LeapSDK
all:
[ -f ./LeapSDK.tar.gz ] || wget -O LeapSDK.tar.gz $(SOURCE)
[ -f ./LeapSDK.tar.gz ] || wget -O LeapSDK.tar.gz http://warehouse.leapmotion.com/apps/4185/download/
mkdir -p leap
tar xvf LeapSDK.tar.gz -C leap --strip-components 1
cp -r $(SDK_PATH)/include ./include