Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 13ac53e

Browse files
authored
Merge pull request #798 from RealKC/build-tools-patch
examples: Adapt to glib-build-tools breaking change
2 parents 65276d6 + 79bf90f commit 13ac53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fn main() {
22
glib_build_tools::compile_resources(
3-
"resources",
3+
&["resources"],
44
"resources/resources.gresource.xml",
55
"compiled.gresource",
66
);

0 commit comments

Comments
 (0)