diff options
Diffstat (limited to '.cargo/config')
| -rw-r--r-- | .cargo/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 00000000..39f99b73 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,5 @@ +[build] +target = "x86_64-unknown-linux-musl" + +[env] +PKG_CONFIG_ALLOW_CROSS = "1"
\ No newline at end of file |
