diff --git a/compile_firmware.sh b/compile_firmware.sh index ecede64..6227213 100755 --- a/compile_firmware.sh +++ b/compile_firmware.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware .) +export META_OUTPUT_ROOT_FOLDER=$(realpath --relative-to=ext/rusefi/firmware generated) echo "META_OUTPUT_ROOT_FOLDER=$META_OUTPUT_ROOT_FOLDER" cd ext/rusefi/firmware/ bash bin/compile.sh ../../../meta-info.env