Skip to content

Commit

Permalink
workflow: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag committed Jan 23, 2025
1 parent c114e42 commit d83e12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cargo-msfs install msfs2020

cd ..

echo "Starting build from ${pwd}"
echo "Starting build from $(pwd)"

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

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

0 comments on commit d83e12b

Please sign in to comment.