mirror of
https://github.com/BlackLight/leap-sdk-python3.git
synced 2024-11-24 04:35:12 +01:00
Fixed source url
This commit is contained in:
parent
4077f2e068
commit
65f9e264d0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue