From 84896b9ae7b81defe42a8f80fd3fe26dc9de1f82 Mon Sep 17 00:00:00 2001 From: lazersos Date: Fri, 15 Nov 2024 09:20:11 +0100 Subject: [PATCH] Fixed bug in build_all script --- build_all | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build_all b/build_all index 92cd7285..896ecb9e 100755 --- a/build_all +++ b/build_all @@ -65,7 +65,4 @@ do done # make a dynamic library -make pystel -#cd LIBSTELL -#make shared_release -#cd .. +#make pystel