smaryus

Results 1 issues of smaryus

When I try to compile on M1 for iOS Simulator: ``` rust build() .file(&path) .flag("-Werror") .compile("name"); ``` it finishes with the following error: ``` bash running: "clang" "-O3" "-fPIC" "--target=arm64-apple-ios7.0-simulator"...