Skip to content

Commit

Permalink
regenerate code
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Jun 21, 2024
1 parent f88dcbb commit b1ac62e
Show file tree
Hide file tree
Showing 6 changed files with 2,565 additions and 1,938 deletions.
7 changes: 0 additions & 7 deletions bindings.txt

This file was deleted.

2 changes: 1 addition & 1 deletion crates/libs/c/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn main() {
let project_root = package_root + "/../../../";
let abs_search_dir;
if cfg!(windows) {
// add link dir for fabric support libs. This is propagated to downstream targets
// add link dir for msquic support lib. This is propagated to downstream targets
abs_search_dir = project_root + &pkg_dir + "/lib";
} else if cfg!(unix) {
abs_search_dir = project_root + "build"; // hack: we create a symlink in the build dir to let ld not deal with .so versions
Expand Down
Loading

0 comments on commit b1ac62e

Please sign in to comment.