From 8160d1a2310282fc06b8ef6125dfe291b3c82ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 16 Mar 2026 09:38:04 +0100 Subject: [PATCH] dragengine: trigger build --- games-engines/dragengine/dragengine-1.30.1.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/games-engines/dragengine/dragengine-1.30.1.recipe b/games-engines/dragengine/dragengine-1.30.1.recipe index 34f2437b7..0c53f98f0 100644 --- a/games-engines/dragengine/dragengine-1.30.1.recipe +++ b/games-engines/dragengine/dragengine-1.30.1.recipe @@ -114,6 +114,7 @@ BUILD() echo "docdir = '$manDir'" >>custom.py echo "version = '$portVersion'" >>custom.py + # scons $jobArgs build # scons crashes with multi-thread in some situations. # this is a python problem especially with version 3 onwards