From 487d07badd73457cae4dc8a70ca3883399fac810 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 19 Jan 2024 15:11:59 +0500 Subject: [PATCH] fix build error --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 57096cfa49..46dff827c8 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -698,7 +698,7 @@ endif # generate translations module for BBIM build git clone https://github.com/IfcOpenShell/blenderbim-translations.git dist/working - python blenderbim/scripts/bbim_translations.py -i "dist/working" -o "dist/blenderbim" + python scripts/bbim_translations.py -i "dist/working" -o "dist/blenderbim" rm -rf dist/working # Remove dependencies also bundled with Blender