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