Johann Woelper hace 4 años
padre
commit
825ad59401
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      build.sh

+ 4 - 1
build.sh

@@ -1,4 +1,7 @@
 # ARM6
 cross build --target arm-unknown-linux-gnueabihf  --release
-cp target/arm-unknown-linux-gnueabihf/release/partun release/arm-unknown-linux-gnueabihf/
+# ARM7
+cross build --target armv7-unknown-linux-gnueabihf  --release
 
+cp target/arm-unknown-linux-gnueabihf/release/partun release/arm6/
+cp target/armv7-unknown-linux-gnueabihf/release/partun release/arm7/