Skip to content

Commit e1374c4

Browse files
committed
fix: add missing flag
1 parent 845d910 commit e1374c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export RUSTFLAGS="\
1616

1717
export CARGO_TARGET_$( echo "${TARGET}" | tr '[:lower:]' '[:upper:]' | tr '-' '_' )_RUSTFLAGS="\
1818
--cfg tracing_unstable \
19+
--cfg tokio_unstable \
1920
--remap-path-prefix /app=. \
2021
-C codegen-units=1 \
2122
-C embed-bitcode=no \

0 commit comments

Comments
 (0)