forked from M-Labs/nix-scripts
stm32: dontFixup
This commit is contained in:
parent
62f7610087
commit
f69616307e
|
@ -34,6 +34,8 @@ let
|
|||
llvm-objcopy -O binary target/thumbv7em-none-eabihf/release/${name} $out/${name}.bin
|
||||
echo file binary-dist $out/${name}.bin >> $out/nix-support/hydra-build-products
|
||||
'';
|
||||
|
||||
dontFixup = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue