mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Move wasi-libc-sys into the workspace
This commit is contained in:
parent
fd9a92927b
commit
f9aeed8cc8
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,7 @@ members = [
|
||||||
"utils",
|
"utils",
|
||||||
"docs",
|
"docs",
|
||||||
"linker",
|
"linker",
|
||||||
|
"wasi-libc-sys",
|
||||||
]
|
]
|
||||||
exclude = [
|
exclude = [
|
||||||
"ci/bench-runner",
|
"ci/bench-runner",
|
||||||
|
@ -55,7 +56,6 @@ exclude = [
|
||||||
"compiler/test_mono_macros",
|
"compiler/test_mono_macros",
|
||||||
# `cargo build` would cause roc_std to be built with default features which errors on windows
|
# `cargo build` would cause roc_std to be built with default features which errors on windows
|
||||||
"roc_std",
|
"roc_std",
|
||||||
"wasi-libc-sys",
|
|
||||||
]
|
]
|
||||||
# Needed to be able to run `cargo run -p roc_cli --no-default-features` -
|
# Needed to be able to run `cargo run -p roc_cli --no-default-features` -
|
||||||
# see www/build.sh for more.
|
# see www/build.sh for more.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue