-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b46
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082039 | emb-9 | Magnus Ihse Bursie | P4 | Resolved | Fixed | b46 |
When detecting the Visual Studio environment, we check for the variables $LIB and $INCLUDE. However, on Windows, environment variables are not case sensitive.
Most of the time, these are named $LIB and $INCLUDE, but sometimes they are named $lib and $include instead. Currently, we fail if this is the case.
Most of the time, these are named $LIB and $INCLUDE, but sometimes they are named $lib and $include instead. Currently, we fail if this is the case.
- backported by
-
JDK-8082039 Configure fails on Windows if Visual Studio $LIB/$INCLUDE is lower case
-
- Resolved
-