mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: woff2: Fix build parallelism.
* gnu/packages/patches/woff2-libbrotli.patch: Add dependency of executables on object files.
This commit is contained in:
parent
b77d17d023
commit
f79ee25f32
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ index 92b8d54..618a751 100644
|
|||
-deps :
|
||||
- $(MAKE) -C $(BROTLI)/dec
|
||||
- $(MAKE) -C $(BROTLI)/enc
|
||||
+$(EXECUTABLES) : $(EXE_OBJS)
|
||||
+$(EXECUTABLES) : $(EXE_OBJS) $(OBJS)
|
||||
+ $(CXX) $(LDFLAGS) $(OBJS) $(SRCDIR)/$@.o -o $@ $(BROTLI_LIBS) $(LIBS)
|
||||
|
||||
clean :
|
||||
|
|
Loading…
Reference in a new issue