diff options
Diffstat (limited to 'third_party/rust/glean-core/build.rs')
-rw-r--r-- | third_party/rust/glean-core/build.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/glean-core/build.rs b/third_party/rust/glean-core/build.rs new file mode 100644 index 0000000000..35699f82d0 --- /dev/null +++ b/third_party/rust/glean-core/build.rs @@ -0,0 +1,3 @@ +fn main() { + uniffi_build::generate_scaffolding("./src/glean.udl").unwrap(); +} |