forked from pool/meson
- Update to version 0.59.2: + No upstream changes provided. OBS-URL: https://build.opensuse.org/request/show/922179 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=211
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'),
|
|
]
|
|
|