mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1213721 - unbuffered python output during 'make upload', r=glandium
This commit is contained in:
parent
31a4af3751
commit
0f909ae44d
@ -209,7 +209,7 @@ checksum:
|
||||
|
||||
|
||||
upload: checksum
|
||||
$(PYTHON) $(MOZILLA_DIR)/build/upload.py --base-path $(DIST) \
|
||||
$(PYTHON) -u $(MOZILLA_DIR)/build/upload.py --base-path $(DIST) \
|
||||
--package $(PACKAGE) \
|
||||
--properties-file $(DIST)/mach_build_properties.json \
|
||||
$(UPLOAD_FILES) \
|
||||
|
Loading…
Reference in New Issue
Block a user