Skip to content

Commit

Permalink
fix: hopeful macos/windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 24, 2024
1 parent 7741983 commit 975c5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-enumeration/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod system;
#[path = "./core_text.rs"]
mod system;

#[cfg(target_os = "macos")]
#[cfg(windows)]
#[path = "./direct_write.rs"]
mod system;

Expand Down

0 comments on commit 975c5a4

Please sign in to comment.