Skip to content

Fix mac windows - #306

Merged
wash2 merged 4 commits into
masterfrom
fix-mac-windows
Mar 30, 2026
Merged

Fix mac windows#306
wash2 merged 4 commits into
masterfrom
fix-mac-windows

Conversation

@wash2

@wash2 wash2 commented Mar 30, 2026

Copy link
Copy Markdown

This should fix windows and mac builds, though I've not tested on windows.

Should all the instances of #[cfg(all(feature = "cctk", target_os = "linux"))]
instead be

#[cfg(all(
    unix,
    feature = "cctk",
    not(target_os = "macos"),
    not(target_os = "redox")
))]

? This can be tested with pop-os/libcosmic#1206

@wash2
wash2 requested a review from a team March 30, 2026 19:59
@wash2
wash2 force-pushed the fix-mac-windows branch 2 times, most recently from eaf9eba to cc36876 Compare March 30, 2026 21:11
@wash2
wash2 force-pushed the fix-mac-windows branch from cc36876 to 40195b1 Compare March 30, 2026 21:13
@wash2
wash2 merged commit 1fdd24a into master Mar 30, 2026
2 of 30 checks passed
@wash2
wash2 deleted the fix-mac-windows branch March 30, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants