mirror of https://github.com/openXC7/prjxray.git
Add fasm into the environment.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
88e68414bf
commit
9ebaf01de6
1
Makefile
1
Makefile
|
|
@ -9,6 +9,7 @@ env:
|
|||
virtualenv --python=python3 --system-site-packages env
|
||||
$(IN_ENV) pip install -r requirements.txt
|
||||
ln -sf $(PWD)/prjxray env/lib/python3.*/site-packages/
|
||||
ln -sf $(PWD)/third_party/fasm/fasm.py 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