Fix firmware embedding into VESC tool
This commit is contained in:
parent
ad462bc9eb
commit
e3cf016849
1 changed files with 1 additions and 3 deletions
|
|
@ -34,9 +34,7 @@ stdenv.mkDerivation {
|
|||
dontConfigure = true;
|
||||
|
||||
buildPhase = ''
|
||||
for f in ${vesc-firmware}/*; do
|
||||
ln -s "$f" res/firmwares/
|
||||
done
|
||||
cp -r ${vesc-firmware}/* res/firmwares/
|
||||
qmake -config release "CONFIG += release_lin build_platinum"
|
||||
make clean
|
||||
make -j $NIX_BUILD_CORES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue