diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-26 23:05:50 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-03-26 23:05:50 +0000 |
commit | 04711ff93270e8bae7ac2135bb5f3d0f0e5d913a (patch) | |
tree | 204b89b8e19a44aa62496b266ec44f06d479e326 | |
parent | Try to add freebsd support (diff) | |
download | miniserve-04711ff93270e8bae7ac2135bb5f3d0f0e5d913a.tar.gz miniserve-04711ff93270e8bae7ac2135bb5f3d0f0e5d913a.zip |
Add Cross.toml for FreeBSD
-rw-r--r-- | Cross.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 0000000..a7a84ad --- /dev/null +++ b/Cross.toml @@ -0,0 +1,3 @@ +# NOTE: Custom image specification for freebsd is required until new version of cross is released. +[target.x86_64-unknown-freebsd] +image = "rustembedded/cross:x86_64-unknown-freebsd" |