We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6d20c commit 5b4fc75Copy full SHA for 5b4fc75
docs/source/getting_started/buildexe_script_example.rst
@@ -24,6 +24,12 @@ Since we are writing our scripts in C++ we first need to **compile** our "script
24
build_toml -up-> build_project_exe
25
build_project_exe -right-> hello_world_exe
26
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
33
Helloworld "script" example
34
---------------------------
35
0 commit comments