diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-16 15:30:11 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-16 15:30:32 +0200 |
commit | a9f68b1f9b2445fe42d72f03c44d084e8ef0d444 (patch) | |
tree | f83b2f6c89f1ec8963fae9729b54d852944dc995 /doc/tutorial/cross-compiling.md | |
parent | aa9007a411dbbcf423613d3cc5beb10658c05356 (diff) | |
download | justbuild-a9f68b1f9b2445fe42d72f03c44d084e8ef0d444.tar.gz |
tutorial: Add missing language specifier
Diffstat (limited to 'doc/tutorial/cross-compiling.md')
-rw-r--r-- | doc/tutorial/cross-compiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/cross-compiling.md b/doc/tutorial/cross-compiling.md index 4bdeadbb..4e1a9fce 100644 --- a/doc/tutorial/cross-compiling.md +++ b/doc/tutorial/cross-compiling.md @@ -86,7 +86,7 @@ $ ``` To cross compile, we simply add `TARGET_ARCH`. -``` +``` sh $ just-mr build -D '{"COMPILER_FAMILY": "gnu", "OS": "linux", "ARCH": "x86_64", "TARGET_ARCH": "arm64"}' INFO: Performing repositories setup INFO: Found 21 repositories to set up |