summaryrefslogtreecommitdiff
path: root/.cargo/config
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config')
-rw-r--r--.cargo/config5
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