mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-23 14:31:57 +01:00
13 lines
425 B
Diff
13 lines
425 B
Diff
diff --git a/cargo_wrapper.py b/cargo_wrapper.py
|
|
index 641edc8..4859b6b 100644
|
|
--- a/cargo_wrapper.py
|
|
+++ b/cargo_wrapper.py
|
|
@@ -111,6 +111,7 @@ if __name__ == "__main__":
|
|
cargo_cmd += ['build']
|
|
else:
|
|
cargo_cmd += ['cbuild']
|
|
+ cargo_cmd += ['--library-type=cdylib']
|
|
if not opts.disable_doc:
|
|
features += ['doc']
|
|
if opts.target == 'release':
|