Add fasm into the environment.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-01-10 17:57:20 -08:00
parent 88e68414bf
commit 9ebaf01de6
1 changed files with 1 additions and 0 deletions

View File

@ -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: