]> git.proxmox.com Git - proxmox-backup-qemu.git/commitdiff
also create staticlib
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Sep 2019 09:03:23 +0000 (11:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Sep 2019 09:03:23 +0000 (11:03 +0200)
Cargo.toml

index d830048067e20078bc6c3240ecabd97b2b640dbb..35eba0366b3a141199502b3c6b9097fee6bc115a 100644 (file)
@@ -9,7 +9,7 @@ edition = "2018"
 build = "build.rs"
 
 [lib]
-crate-type = ['lib', 'cdylib']
+crate-type = ['lib', 'cdylib', 'staticlib']
 
 [build-dependencies]
 cbindgen = "0.9.1"