Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix(backend::window_utils): 修复未添加 cfg 条件编译引起的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGoldenWater committed May 14, 2023
1 parent f1409a5 commit 05d8bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/utils/window_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/

#[cfg(target_os = "macos")]
pub mod macos;

0 comments on commit 05d8bb3

Please sign in to comment.