From 94217d105cf35f76c7a853dcd1e162c5860f5516 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Wed, 6 Feb 2019 17:25:11 -0800 Subject: [PATCH] Update package symlinks. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cac6d9fc..1f10aa71 100644 --- a/Makefile +++ b/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: