Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package.swift fails to compile on Windows #2

Open
LuizZak opened this issue Jul 23, 2024 · 0 comments
Open

Package.swift fails to compile on Windows #2

LuizZak opened this issue Jul 23, 2024 · 0 comments

Comments

@LuizZak
Copy link

LuizZak commented Jul 23, 2024

D:\Package.swift:66:41: error: value of type 'String' has no member 'appending'
            sources: sources.map("src/".appending) + ["include"],
                                 ~~~~~~ ^~~~~~~~~ in https://github.com/thepotatoking55/CGLFW3.git

I assume it's because .appending refers to NSString, which may or may not be available built-in in Package.swift manifests on Windows.

This is on main, btw.

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

No branches or pull requests

1 participant