Skip to content

Commit

Permalink
contrib: mpcdec: Allow make to communicate with jobserver
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Feb 26, 2022
1 parent c8c5541 commit 6cf7db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/mpcdec/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif

.mpcdec: musepack toolchain.cmake
cd $< && $(HOSTVARS_PIC) $(CMAKE) -DSHARED=OFF .
cd $< && $(CMAKEBUILD) . --target install
+$(CMAKEBUILD) $< --target install
mkdir -p -- "$(PREFIX)/lib"
# Use globbing to work around cmake's change of destination file
cd $< && cp libmpcdec/*mpcdec_static.* "$(PREFIX)/lib/libmpcdec.a"
Expand Down

0 comments on commit 6cf7db5

Please sign in to comment.