mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 704316 - Remove reference to deleted mozilla-dos2unix. r=ted
This commit is contained in:
parent
9b406fcff9
commit
812cab8197
@ -88,8 +88,9 @@ ifneq (,$(findstring mingw,$(CONFIG_GUESS)))
|
||||
# check for CRLF line endings
|
||||
ifneq (0,$(shell $(PERL) -e 'binmode(STDIN); while (<STDIN>) { if (/\r/) { print "1"; exit } } print "0"' < $(TOPSRCDIR)/client.mk))
|
||||
$(error This source tree appears to have Windows-style line endings. To \
|
||||
convert it to Unix-style line endings, run \
|
||||
"python mozilla/build/win32/mozilla-dos2unix.py")
|
||||
convert it to Unix-style line endings, check \
|
||||
"https://developer.mozilla.org/en-US/docs/Developer_Guide/Mozilla_build_FAQ\#Win32-specific_questions" \
|
||||
for a workaround of this issue.)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user