mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-06-30 20:58:01 -04:00
Remove quote from TARGETS
Not required, Make handles this for us.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Targets available via Rustup that are supported.
|
||||
TARGETS ?= "aarch64-apple-ios" "aarch64-linux-android" "x86_64-apple-darwin" "x86_64-pc-windows-msvc" "x86_64-unknown-freebsd" "x86_64-unknown-illumos" "x86_64-unknown-linux-gnu" "x86_64-unknown-netbsd"
|
||||
TARGETS ?= aarch64-apple-ios aarch64-linux-android x86_64-apple-darwin x86_64-pc-windows-msvc x86_64-unknown-freebsd x86_64-unknown-illumos x86_64-unknown-linux-gnu x86_64-unknown-netbsd
|
||||
|
||||
test:
|
||||
cargo test --all-features
|
||||
|
||||
Reference in New Issue
Block a user