Skip to content

Commit a40ddef

Browse files
committed
cmake: rust: Fix typo on variable name
Fix `WRAPPER_FiLE` to `WRAPPER_FILE`. Signed-off-by: David Brown <[email protected]>
1 parent 0756a9c commit a40ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/rust.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ${config_paths}
148148
ZEPHYR_DTS=${ZEPHYR_DTS}
149149
INCLUDE_DIRS="${include_dirs}"
150150
INCLUDE_DEFINES="${include_defines}"
151-
WRAPPER_FilE="${WRAPPER_FILE}"
151+
WRAPPER_FILE="${WRAPPER_FILE}"
152152
cargo build
153153
# TODO: release flag if release build
154154
# --release

0 commit comments

Comments
 (0)