Commit faee0da
authored
In `build-tools/Java.Interop.Sdk/Sdk/Sdk.props`, the property
`$(JavaPathSeparator)` is defined, but the condition for the
non-Windows case references an undeclared property
`$(JavacClasspathSeparator)`.
It causes on Windows, javac -classpath with multiple jars fails.
This is likely a typo. This change corrects it to
`$(JavaPathSeparator)` to match the property being defined.
1 parent 749c65d commit faee0da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments