Changes

Jump to: navigation, search

Mouse Lock Implementation FAQ

48 bytes added, 22:06, 8 November 2011
How do I resolve the windows line ending error when trying to build FireFox?
</pre>
'''Answer 3''': Before cloning the repository, you set the core.autocrlf to true input (which always checks things out with LF line endings) by using the following line.
<pre>
git config --global core.autocrlf trueinput
</pre>
Afterwards, you can freely clone the repository and the build should now work.
1
edit

Navigation menu