forked from pool/meson
13 lines
492 B
Diff
13 lines
492 B
Diff
|
Index: meson-0.59.2/test cases/rust/5 polyglot static/meson.build
|
||
|
===================================================================
|
||
|
--- meson-0.59.2.orig/test cases/rust/5 polyglot static/meson.build
|
||
|
+++ meson-0.59.2/test cases/rust/5 polyglot static/meson.build
|
||
|
@@ -2,6 +2,7 @@ project('static rust and c polyglot exec
|
||
|
|
||
|
deps = [
|
||
|
meson.get_compiler('c').find_library('dl', required: false),
|
||
|
+ meson.get_compiler('c').find_library('m', required: false),
|
||
|
dependency('threads'),
|
||
|
]
|
||
|
|