Skip to content

Commit

Permalink
contribs: mpcdec: Fix library copy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed May 16, 2016
1 parent e8a7a03 commit 64e000b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/src/mpcdec/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ endif
cd $< && $(HOSTVARS_PIC) $(CMAKE) -DSHARED=OFF .
cd $< && $(MAKE) install
mkdir -p -- "$(PREFIX)/lib"
ifdef HAVE_WIN32
cd $< && cp libmpcdec/mpcdec_static.lib "$(PREFIX)/lib/libmpcdec.a"
else
cd $< && cp libmpcdec/libmpcdec_static.a "$(PREFIX)/lib/libmpcdec.a"
endif
touch $@

0 comments on commit 64e000b

Please sign in to comment.