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 4088133 commit 1a67216Copy full SHA for 1a67216
scripts/build.sh
@@ -3,10 +3,10 @@ mkdir ./out24
3
4
echo Installing MSFS SDK
5
6
-cargo-msfs install msfs2020
7
-cargo-msfs install msfs2024
+# cargo-msfs install msfs2020
+# cargo-msfs install msfs2024
8
9
-echo Building packages
+echo Building packages in dir $(pwd)
10
11
cargo-msfs build msfs2020 -i . -o ./out20/msfs_navigation_data_interface.wasm
12
cargo-msfs build msfs2024 -i . -o ./out24/msfs_navigation_data_interface.wasm
0 commit comments