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

Best way to handle different include paths for different operating systems? #128

Open
danjenkins opened this issue Sep 15, 2022 · 1 comment

Comments

@danjenkins
Copy link

I need to pass in different include paths for different OS's

The c++ sdk I'm looking at has different include directories for mac, linux and windows...

trying to figure out how best to deal with this?

@xlab
Copy link
Owner

xlab commented Sep 16, 2022

The best you can do is to template it into the .yml file. It's not very convenient, especially when you have DEFINE overrides that are platform-dependent, but I didn't come up with a good solution.

Any proposal is welcome.

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

2 participants