Skip to content

Commit af93db5

Browse files
committed
Updated build options for mac
1 parent 40aaec2 commit af93db5

File tree

4 files changed

+14
-3762
lines changed

4 files changed

+14
-3762
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
rustflags = ["-C", "link-args=-Wl,-undefined,dynamic_lookup"]

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

macros/src/action_event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ enum FieldsSpec {
5252
Some(Vec<(Option<Ident>, TokenStream)>),
5353
}
5454

55-
#[derive(Clone, Debug, Default)]
55+
#[derive(Clone, Default)]
5656
struct ActionEventAttrs {
5757
level: Option<Level>,
5858
fields: Option<FieldsSpec>,

0 commit comments

Comments
 (0)