roc/compiler/build/src
ayazhafiz c17b9ffaa3 Fix compiler builds on macOS
`cargo build` is currently failing on trunk. #1986 added an extra
parameter to the definition of `build_zig_host_native` active for
non-macOS targets, but did not reflect that parameter in the
macOS-specific definition.

I don't think there is a good way to test against these kinds of things
without a dedicated macOS machine on the CI runner (`cargo check
--target x86_64-apple-darwin` won't work since some dependencies need
arch-specific things to be present during build time). Any suggestions
are appreciated!
2021-11-17 17:45:02 -05:00
..
lib.rs Clean up some clippy warnings 2021-05-23 20:28:23 -04:00
link.rs Fix compiler builds on macOS 2021-11-17 17:45:02 -05:00
program.rs Update dep with major version changes 2021-11-05 19:19:37 -07:00
target.rs swap x86 and x86_64 2021-11-04 22:19:53 -07:00