Ensure python2 for env2 make target

This commit is contained in:
Nicolas Stalder 2019-01-03 14:30:19 +01:00
parent 6a5449b8cb
commit 89de3738c0

View File

@ -71,7 +71,7 @@ uECC.o: ./crypto/micro-ecc/uECC.c
$(CC) -c -o $@ $^ -O2 -fdata-sections -ffunction-sections -DuECC_PLATFORM=$(ecc_platform) -I./crypto/micro-ecc/ $(CC) -c -o $@ $^ -O2 -fdata-sections -ffunction-sections -DuECC_PLATFORM=$(ecc_platform) -I./crypto/micro-ecc/
env2: env2:
virtualenv env2 virtualenv --python=python2.7 env2
env2/bin/pip install -r tools/requirements.txt env2/bin/pip install -r tools/requirements.txt
env3: env3: