main/gvfs: work around parallel build problem

This commit is contained in:
Natanael Copa 2018-04-18 13:17:44 +00:00
parent 602c120508
commit d20bc559a1

View File

@ -51,6 +51,9 @@ build() {
-Dsystemduserunitdir=no \
-Dtmpfilesdir=no \
..
# workaround parallel build issue
ninja common/gvfsdbus.h
ninja
}