Skip to content

Commit

Permalink
improving
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Sep 3, 2024
1 parent eba2b65 commit 053d878
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compile_firmware.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash

export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware generated)


export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware generated)/
echo "META_OUTPUT_ROOT_FOLDER=$META_OUTPUT_ROOT_FOLDER"

export AUTOMATION_REF=`git branch --show-current`
cd ext/rusefi/firmware/
bash bin/compile.sh ../../../meta-info.env

0 comments on commit 053d878

Please sign in to comment.