premake / premake/premake-core
systemversion "min:max" doesn't seem to work correctly
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 654
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 13
Description
Hi,
i'm using premake5, here when I tried to use systemversion function with min:max syntax, somehow the min number is always been selected even though my machine doesn't have winsdk 10.0.10586.0 installed
(I do have 10.0.14393.0)
systemversion "10.0.10586.0:10.0.14393.0"
I'm trying to generated projects for VS2015
thanks!
Aik
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with systemversion "10.0.10586.0:10.0.14393.0" while generating Visual Studio 2015 projects on a machine with only Windows SDK 10.0.14393.0 installed. Trace the systemversion entry point and verify that the generated project selects an installed SDK within the requested range; add or update a regression test if the repository provides one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, lua
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100