From eba2b6579405397845ce50bb6cd04d4f92045f63 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 2 Sep 2024 23:57:46 -0400 Subject: [PATCH] helping local? --- compile_firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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