Browse Source

Fix multiple jobs build (build all libs before theme)

Trying to build theme while also building theme libs causes issues.
Now 'make -j 8' works, finally.
Closes #335
tags/1.9.7b
falkTX 7 years ago
parent
commit
6589315ca6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -156,7 +156,7 @@ interposer:
plugin: backend bridges-plugin bridges-ui discovery
@$(MAKE) -C source/plugin

theme:
theme: libs
@$(MAKE) -C source/theme

# ----------------------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save