Skip to content

Commit

Permalink
Move objc_test_utils stuff to match normal crate structure
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Sep 2, 2021
1 parent ce5a9bf commit 3868950
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions objc_test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ license = "MIT"

build = "build.rs"

[lib]
path = "lib.rs"

[build-dependencies]
gcc = "0.3"
2 changes: 1 addition & 1 deletion objc_test_utils/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extern crate gcc;
fn main() {
gcc::Config::new()
.compiler("clang")
.file("block_utils.c")
.file("extern/block_utils.c")
.flag("-fblocks")
.compile("libblock_utils.a");
}
File renamed without changes.
File renamed without changes.

0 comments on commit 3868950

Please sign in to comment.