Skip to content

Commit 5b4fc75

Browse files
committed
Update buildexe_script_example.rst
1 parent fc6d20c commit 5b4fc75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/getting_started/buildexe_script_example.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Since we are writing our scripts in C++ we first need to **compile** our "script
2424
build_toml -up-> build_project_exe
2525
build_project_exe -right-> hello_world_exe
2626

27+
28+
.. attention:: Limitation of **script** mode
29+
30+
We need to compile our build "script" using a **HOST** toolchain.
31+
We cannot use a cross compiler here.
32+
2733
Helloworld "script" example
2834
---------------------------
2935

0 commit comments

Comments
 (0)