Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Oct 23, 2024
1 parent efa4708 commit 5274d17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
accepted = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016"
"Unicode-DFS-2016",
"OFL-1.1",
"BSL-1.0",
"BSD-3-Clause",
"LicenseRef-UFL-1.0",
"NOASSERTION",
"ISC",
"Zlib"
]
8 changes: 4 additions & 4 deletions fbcg_rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub fn main() {}
pub fn main() {
use flatbuffers_build::BuilderOptions;
use std::path::PathBuf;

// Remove leftover symlink dir.
let _ = std::fs::remove_dir_all("src/gen_flatbuffers");
let workspace_dir: PathBuf = env!("CARGO_WORKSPACE_DIR").into();
Expand All @@ -14,7 +14,7 @@ pub fn main() {
workspace_dir.join("symbol.fbs"),
workspace_dir.join("signature.fbs"),
])
.set_output_path("src/gen_flatbuffers")
.compile()
.expect("flatbuffer compilation failed");
.set_output_path("src/gen_flatbuffers")
.compile()
.expect("flatbuffer compilation failed");
}

0 comments on commit 5274d17

Please sign in to comment.