drop the config.toml env

It appears to no longer be needed for building from a windows host

Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel
2024-04-03 12:26:29 -07:00
parent 6e4be9cf9e
commit 11642d9dd8

View File

@@ -1,6 +1,2 @@
[env]
CFLAGS_wasm32_unknown_unknown = "-I wasm-sysroot"
AR = 'llvm-ar'
[alias]
xtask = "run -p xtask --"