Skip to content

Commit 5107e66

Browse files
authored
Mention whitespace bug in README (#12)
1 parent e6ab622 commit 5107e66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ Place a breakpoint at the line `NSLog(@"Hello Objective-C");` and run from Visua
126126
127127
## Status and Known Issues
128128
129-
The toolchain is fully usable on x64. On x86, libdispatch is not available due to a [build error](https://bugs.swift.org/browse/SR-14314).
129+
* The toolchain is fully usable on x64. On x86, libdispatch is not available due to a [build error](https://bugs.swift.org/browse/SR-14314).
130130
131-
Note that GNUstep support for Windows is not as complete as on Unixes, and some [tests in GNUstep Base](https://github.com/gnustep/libs-base/actions/workflows/main.yml?query=branch%3Amaster) are still failing.
131+
* Note that GNUstep support for Windows is not as complete as on Unixes, and some [tests in GNUstep Base](https://github.com/gnustep/libs-base/actions/workflows/main.yml?query=branch%3Amaster) are still failing.
132132
133+
* The compilation will fail if the Windows home folder contains whitespace, e.g. `C:\Users\John Appleseed`.
133134
134135
## Troubleshooting
135136

0 commit comments

Comments
 (0)