mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/scons: reduce output when being silent
Use the "-s" option to reduce scons output when it is a silent build. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
97f6d7dcb5
commit
803596c37d
@@ -18,4 +18,4 @@ HOST_SCONS_INSTALL_OPTS = \
|
||||
$(eval $(host-python-package))
|
||||
|
||||
# variables used by other packages
|
||||
SCONS = $(HOST_DIR)/usr/bin/python2 $(HOST_DIR)/usr/bin/scons
|
||||
SCONS = $(HOST_DIR)/usr/bin/python2 $(HOST_DIR)/usr/bin/scons $(if $(QUIET),-s)
|
||||
|
||||
Reference in New Issue
Block a user