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

(arrow::dataset) Not suport on Windows static library #24442

Open
zssty2010 opened this issue Jun 26, 2024 · 0 comments
Open

(arrow::dataset) Not suport on Windows static library #24442

zssty2010 opened this issue Jun 26, 2024 · 0 comments

Comments

@zssty2010
Copy link

self.cpp_info.components["dataset"].libs = ["arrow_dataset"]

It should be

self.cpp_info.components["dataset"].libs = [f"arrow_dataset{suffix}"]
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