Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#55 Attempt to use clang on windows with special case for i386
i386 is a 32bit platform. Clang by default is 64bit. It should be as simple as just requiring clang to build in 32bit mode with -m32.
- Loading branch information