mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1009359 - Don't replace UPLOAD_EXTRA_FILES in build/mozconfig.cache. r=mshal
This commit is contained in:
parent
6a008a61d3
commit
ea30ef4005
@ -61,7 +61,7 @@ else
|
||||
ac_add_options "--with-compiler-wrapper=python2.7 $topsrcdir/sccache/sccache.py"
|
||||
mk_add_options MOZ_PREFLIGHT_ALL+=build/sccache.mk
|
||||
mk_add_options MOZ_POSTFLIGHT_ALL+=build/sccache.mk
|
||||
UPLOAD_EXTRA_FILES="sccache.log.gz"
|
||||
UPLOAD_EXTRA_FILES="$UPLOAD_EXTRA_FILES sccache.log.gz"
|
||||
case "$platform" in
|
||||
win*)
|
||||
# sccache supports a special flag to create depfiles.
|
||||
|
Loading…
Reference in New Issue
Block a user