From 9ebaf01de6b96a602ec3a61482a70df7adaa3a04 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Thu, 10 Jan 2019 17:57:20 -0800 Subject: [PATCH] Add fasm into the environment. Signed-off-by: Tim 'mithro' Ansell --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e7cd5990..696eb1e5 100644 --- a/Makefile +++ b/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: