- Notifications
You must be signed in to change notification settings - Fork63
Commitfaee0da
authored
In `build-tools/Java.Interop.Sdk/Sdk/Sdk.props`, the property`$(JavaPathSeparator)` is defined, but the condition for thenon-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 parent749c65d commitfaee0da
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
Comments
(0)