mirror of https://github.com/openXC7/prjxray.git
Update package symlinks.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
f372849bc0
commit
94217d105c
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ env:
|
|||
$(IN_ENV) pip install -r requirements.txt
|
||||
$(IN_ENV) pip install -r docs/requirements.txt
|
||||
ln -sf $(PWD)/prjxray env/lib/python3.*/site-packages/
|
||||
ln -sf $(PWD)/third_party/fasm/fasm.py env/lib/python3.*/site-packages/
|
||||
ln -sf $(PWD)/third_party/fasm/ env/lib/python3.*/site-packages/
|
||||
$(IN_ENV) python -c "import yaml" || (echo "Unable to find python-yaml" && exit 1)
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue