From fb1376979a23b1623b1d6a8894bd4751b700a7f6 Mon Sep 17 00:00:00 2001 From: Segey Lapin Date: Mon, 25 Oct 2021 18:08:06 +0300 Subject: [PATCH] Enabled non-tools build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b99b068..6763061 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: godot-editor-main godot-editor-main: cd godot; \ - scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6 -# scons platform=x11 target=release tools=yes custom_modules=../modules -j6 + scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6; \ + scons platform=x11 target=release tools=no custom_modules=../modules -j6 # scons platform=windows target=release tools=yes custom_modules=../modules -j6 # scons platform=javascript target=release tools=yes custom_modules=../modules -j6