Skip to content

Commit

Permalink
Added RUSTFLAGS to fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsterovich committed Jan 28, 2023
1 parent 598d563 commit 1ebbc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
export RUSTFLAGS="--cfg tokio_unstable"
export PATH=$PATH:$PWD/../sciter-js-sdk/bin/linux/x64/

cargo update --manifest-path backend/Cargo.toml && \
Expand Down

0 comments on commit 1ebbc5b

Please sign in to comment.