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

DolphinQt: Fix generation of /external:I flags #10302

Merged
merged 1 commit into from Dec 28, 2021

Conversation

RA-Kooi
Copy link
Contributor

@RA-Kooi RA-Kooi commented Dec 27, 2021

Mainly concerns to building with Ninja, as that's what I tested it with.
Originally it would only prepend the first path with /external:I, however all paths in the list have to be prepended with /external:I.
The MS documentation seems to support this, as it makes no mention of it accepting a list.

This is probably the worst way to implement this, I am unfamiliar with CMake.
As such you probably don't want to merge this, but I'll push it as a reminder for whoever is going to work on CMake support for Windows.

Mainly concerns to building with Ninja, as that's what I tested it with.
Originally it would only prepend the first path with `/external:I`,
however all paths in the list have to be prepended with `/external:I`.
The MS documentation seems to support this, as it makes no mention of it
accepting a list.

This is probably the worst way to implement this, I am unfamiliar with
CMake.
@JosJuice JosJuice merged commit 68fd94e into dolphin-emu:master Dec 28, 2021
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants