moving standalone mode to alsa rust direct binding crate & moving led_driver to a specific package
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
dest_path=${0%/*}/lib
|
||||
source_host=${1:-raspberrypi.local}
|
||||
|
||||
|
||||
scp \
|
||||
raspberrypi.local:RpiLedBars/backend/.build/src/drivers/libRpiLedBars_drivers.a \
|
||||
${dest_path}/bin/libRpiLedBars_drivers_8ch.a
|
||||
|
||||
scp \
|
||||
raspberrypi.local:RpiLedBars/backend/.build/_deps/logc-build/liblogc.a \
|
||||
${dest_path}/bin/liblogc.a
|
||||
Reference in New Issue
Block a user