Skip to content

Commit f1eb435

Browse files
fitzgenjdm
authored andcommitted
Re-export root through jsapi
This needs to be ported over to the m-c patch queue.
1 parent 4473cb0 commit f1eb435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mozjs/js/rust/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn get_mozjs_include_dir() -> path::PathBuf {
5656
fn build_jsapi_bindings() {
5757
let mut builder = bindgen::builder()
5858
.header("./etc/wrapper.hpp")
59+
.raw_line("pub use self::root::*;")
5960
.enable_cxx_namespaces();
6061

6162
if cfg!(feature = "debugmozjs") {

0 commit comments

Comments
 (0)