I see the same thing, but the code for winuwp obviously exists throughout
the various python and gn build scripts.
For example, if I pass *target_os="winuwp" target_cpu="arm64"* that
succeeds and produces an output folder with a ninja build script (the code
doesn't actually build, but clearly a
You can see the possible target os on your platform by this : gn help
target_os.
In my case, for example, the command over shows the list like below :
Possible values
- "android"
- "chromeos"
- "ios"
- "linux"
- "nacl"
- "mac"
- "win"
2020년 3월 14일 토요일 오전 9시 47분 48초 UTC+9, Tekman 님의