Commit b656bb75 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix MPC target

parent 8a56113f
...@@ -2058,6 +2058,7 @@ mpcdec: ...@@ -2058,6 +2058,7 @@ mpcdec:
.mpcdec: mpcdec .mpcdec: mpcdec
(cd $<; cmake . -DCMAKE_TOOLCHAIN_FILE=../../toolchain.cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) && make install) (cd $<; cmake . -DCMAKE_TOOLCHAIN_FILE=../../toolchain.cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) && make install)
touch $@
CLEAN_FILE += .mpcdec CLEAN_FILE += .mpcdec
CLEAN_PKG += mpcdec CLEAN_PKG += mpcdec
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment