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 c114e42 commit d83e12bCopy full SHA for d83e12b
scripts/build.sh
@@ -11,9 +11,9 @@ cargo-msfs install msfs2020
11
12
cd ..
13
14
-echo "Starting build from ${pwd}"
+echo "Starting build from $(pwd)"
15
16
# Flags needed to get sqlite3 to work in the sim
17
export LIBSQLITE3_FLAGS="-DSQLITE_OMIT_SHARED_CACHE -D_LARGEFILE64_SOURCE"
18
19
-cargo-msfs build msfs2020 -o ./out/msfs_navigation_data_interface.wasm
+cargo-msfs build msfs2020 -i . -o ./out/msfs_navigation_data_interface.wasm
0 commit comments