Enabled non-tools build

This commit is contained in:
Segey Lapin
2021-10-25 18:08:06 +03:00
parent 2ff3ce851a
commit fb1376979a

View File

@@ -2,7 +2,7 @@
all: godot-editor-main all: godot-editor-main
godot-editor-main: godot-editor-main:
cd godot; \ cd godot; \
scons platform=x11 target=release_debug tools=yes custom_modules=../modules -j6 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 tools=no custom_modules=../modules -j6
# scons platform=windows target=release tools=yes 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 # scons platform=javascript target=release tools=yes custom_modules=../modules -j6