Skip to content

Commit d83e12b

Browse files
committed
workflow: more fixes
1 parent c114e42 commit d83e12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ cargo-msfs install msfs2020
1111

1212
cd ..
1313

14-
echo "Starting build from ${pwd}"
14+
echo "Starting build from $(pwd)"
1515

1616
# Flags needed to get sqlite3 to work in the sim
1717
export LIBSQLITE3_FLAGS="-DSQLITE_OMIT_SHARED_CACHE -D_LARGEFILE64_SOURCE"
1818

19-
cargo-msfs build msfs2020 -o ./out/msfs_navigation_data_interface.wasm
19+
cargo-msfs build msfs2020 -i . -o ./out/msfs_navigation_data_interface.wasm

0 commit comments

Comments
 (0)